From 0a4b3ea4611fcbe66b148041f82e77a0f138e688 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 14 Apr 2019 17:23:05 +0200 Subject: scaffold commands --- .gitignore | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 64 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 894a44c..59f5555 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,31 @@ +# Custom +3rdparty/ +*_local_* +#site/public/datasets/ +#site/public/*.html +notebooks/_local_* +site/datasets/final/*.csv +# Project specific + +webpack-stats.dev.json +#static +3rdparty/ +_local/ +*db.sqlite3 +__pycache__ +deploy_settings.py +#static +s3cfg +.DS_Store +node_modules/ + +client_secret.json +sheets.googleapis.com-python.json + +# ------------------------------------------ +# GitHub Python .gitignore ruleset +# ------------------------------------------ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -8,13 +36,15 @@ __pycache__/ # Distribution / packaging .Python + +env/ build/ develop-eggs/ -dist/ +#dist/ downloads/ eggs/ .eggs/ -lib/ +#lib/ lib64/ parts/ sdist/ @@ -81,7 +111,7 @@ celerybeat-schedule # SageMath parsed files *.sage.py -# Environments +# Environment .env .venv env/ @@ -97,8 +127,36 @@ venv.bak/ # Rope project settings .ropeproject -# mkdocs documentation -/site - # mypy .mypy_cache/ + +backend/backend/ +backend/media +backend/static/* + +*.swp +*.pkl + +.git-old/ +data_store/ + +old-package.json + +*.tar + +.creds + +site/assets/js/dist/ +site/public/user_content + +*.obj +*.ply + +# google API key :-o +.api_key + +site/datasets/final/*.csv + +flask.log +flask.log.* + -- cgit v1.2.3-70-g09d2