🧹 .gitignore __pychache__/*.pyc

This commit is contained in:
Gerber, Mike 2020-06-18 10:51:43 +02:00
parent f98a1ec2c8
commit 3f4ec30349

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]