Forráskód Böngészése

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

Meysam 5 éve
szülő
commit
e931ef7f3e
1 módosított fájl, 4 hozzáadás és 0 törlés
  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