Browse Source

Add gitignore file

kaajavi 5 years ago
commit
913e0c200c
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .gitignore

+ 11 - 0
.gitignore

@@ -0,0 +1,11 @@
+__pycache__/
+db.sqlite3
+.*env
+*.pyc
+.idea
+.aws/
+/static
+/media
+/wheelhouse
+/postgresql
+/pgadmin