remove duplicate courses to scoreboard counts
[oweals/karmaworld.git] / .gitignore
index d9437c313b18796111867fa421ede31c16ad69dc..c668f082fb25adbabd4a389735f695e7083d6f0c 100644 (file)
@@ -1,4 +1,68 @@
+# Python bytecode:
+*.py[co]
+
+# Packaging files:
+*.egg*
+
+# Editor temp files:
+*.swp
+*.swo
+*~
+
+# project cruft
+.ropeproject*
+.idea
+
+# Sphinx docs:
+build
+
+# SQLite3 database files:
+*.db
+
+# Celerybeat scheduler file:
+celerybeat-schedule
+
+# log files:
+log
 *.log
+
+# Translations:
 *.pot
-*.pyc
+
+# virtual enviroment
+venv
+vkarma
+beta
+
+## Django
+# deployment specific django files:
 local_settings.py
+# uploaded media
+karmaworld/media/
+# collected staticfiles
+karmaworld/static/
+# secret things
+karmaworld/secret/*
+
+## OS X
+# thumbnail cache
+.DS_Store
+
+## Sublime Text 
+*.sublime-project
+*.sublime-workspace
+
+## ctags
+.tags
+
+## USDE accreditation school CSV
+confs/accreditation.csv
+
+# Local SSL testing
+runserver_ssl
+stunnel
+
+# Heroku
+.env
+
+