Toss CLOUDFRONT_URL
[oweals/karmaworld.git] / .gitignore
index 67d3e0791ec9985ebd2972bbf117a04e58aeb9bf..c668f082fb25adbabd4a389735f695e7083d6f0c 100644 (file)
@@ -9,6 +9,10 @@
 *.swo
 *~
 
+# project cruft
+.ropeproject*
+.idea
+
 # Sphinx docs:
 build
 
@@ -27,9 +31,8 @@ log
 
 # virtual enviroment
 venv
-
-# ignore south migrations
-migrations
+vkarma
+beta
 
 ## Django
 # deployment specific django files:
@@ -38,6 +41,8 @@ local_settings.py
 karmaworld/media/
 # collected staticfiles
 karmaworld/static/
+# secret things
+karmaworld/secret/*
 
 ## OS X
 # thumbnail cache
@@ -47,3 +52,17 @@ karmaworld/static/
 *.sublime-project
 *.sublime-workspace
 
+## ctags
+.tags
+
+## USDE accreditation school CSV
+confs/accreditation.csv
+
+# Local SSL testing
+runserver_ssl
+stunnel
+
+# Heroku
+.env
+
+