소스 검색

Add gitignore file

kaajavi 5 년 전
커밋
913e0c200c
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      .gitignore

+ 11 - 0
.gitignore

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