removing unused variable
[oweals/karmaworld.git] / .gitignore
index c86d8cb7eb8d649e698faf75f10a482894d72c92..c668f082fb25adbabd4a389735f695e7083d6f0c 100644 (file)
@@ -11,6 +11,7 @@
 
 # project cruft
 .ropeproject*
+.idea
 
 # Sphinx docs:
 build
@@ -31,9 +32,7 @@ log
 # virtual enviroment
 venv
 vkarma
-
-# ignore south migrations
-migrations
+beta
 
 ## Django
 # deployment specific django files:
@@ -42,6 +41,8 @@ local_settings.py
 karmaworld/media/
 # collected staticfiles
 karmaworld/static/
+# secret things
+karmaworld/secret/*
 
 ## OS X
 # thumbnail cache
@@ -53,3 +54,15 @@ karmaworld/static/
 
 ## ctags
 .tags
+
+## USDE accreditation school CSV
+confs/accreditation.csv
+
+# Local SSL testing
+runserver_ssl
+stunnel
+
+# Heroku
+.env
+
+