Skip to content

Commit e931ef7

Browse files
authored
[Python] adding IDE & static related stuff (#3317)
1 parent ae5431d commit e931ef7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Python.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,7 @@ dmypy.json
137137

138138
# Cython debug symbols
139139
cython_debug/
140+
141+
# static files generated from Django application using `collectstatic`
142+
media
143+
static

0 commit comments

Comments
 (0)