Updated for new Django version
[django-girls.git] / .gitignore
index 16c050f616517265977fe93ce9618601852e550a..16c7c6c302717c4886f448b67b5bf1f5897c2a98 100644 (file)
@@ -46,3 +46,11 @@ nosetests.xml
 
 # Databases
 *sqlite3
+
+# Virtual environment
+djangogirls
+djgenv
+
+# Django static files
+/static
+.DS_Store