.gitignore *.pyc

This commit is contained in:
neingeist 2018-11-11 20:14:13 +01:00
parent fced265ae7
commit 26a8bb2495

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
__pycache__/ __pycache__/
*.pyc
config.py config.py
tmp/ tmp/