Browse Source

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

Meysam 5 năm trước cách đây
mục cha
commit
e931ef7f3e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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