소스 검색

[Python] adding IDE & static related stuff (#3317)

Meysam 5 년 전
부모
커밋
e931ef7f3e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Python.gitignore

+ 4 - 0
Python.gitignore

@@ -137,3 +137,7 @@ dmypy.json
 
 # Cython debug symbols
 cython_debug/
+
+# static files generated from Django application using `collectstatic`
+media
+static