浏览代码

[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