add some python specific stuff to gitignore

This commit is contained in:
Andreas Zweili 2017-11-05 16:24:44 +01:00
parent d0b255af33
commit 754182bed3
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored
View File

@ -184,3 +184,13 @@ auto/
/docs/doku.listing
/docs/doku.tex
/docs/diagrammes/rm.dia.autosave
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Django stuff:
*.log
local_settings.py