summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore70
1 files changed, 64 insertions, 6 deletions
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.*
+