Explorar el Código

Add gitignore file

kaajavi hace 5 años
commit
913e0c200c
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      .gitignore

+ 11 - 0
.gitignore

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