Generate test cases at runtime. Not fully working.
[oweals/karmaworld.git] / .gitignore
index c86d8cb7eb8d649e698faf75f10a482894d72c92..f227ced5c05ec91cb57b4c6b6210654e50ea92b0 100644 (file)
@@ -1,3 +1,10 @@
+# Project secret files
+karmaworld/secret/*.py
+karmaworld/secret/*.json
+
+# ignore vagrant virtual machines
+.vagrant
+
 # Python bytecode:
 *.py[co]
 
@@ -11,6 +18,7 @@
 
 # project cruft
 .ropeproject*
+.idea
 
 # Sphinx docs:
 build
@@ -31,9 +39,7 @@ log
 # virtual enviroment
 venv
 vkarma
-
-# ignore south migrations
-migrations
+beta
 
 ## Django
 # deployment specific django files:
@@ -42,6 +48,8 @@ local_settings.py
 karmaworld/media/
 # collected staticfiles
 karmaworld/static/
+# secret things
+karmaworld/secret/*
 
 ## OS X
 # thumbnail cache
@@ -53,3 +61,11 @@ karmaworld/static/
 
 ## ctags
 .tags
+
+## USDE accreditation school CSV
+confs/accreditation.csv
+
+# Local SSL testing
+runserver_ssl
+stunnel
+