Переглянути джерело

[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