1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 11:18:12 +02:00

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

This commit is contained in:
Meysam 2020-03-13 15:23:35 +03:30 committed by GitHub
parent ae5431d6f0
commit e931ef7f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,3 +137,7 @@ dmypy.json
# Cython debug symbols
cython_debug/
# static files generated from Django application using `collectstatic`
media
static