Remove pycache

This commit is contained in:
Kai Vogelgesang 2019-10-16 23:56:55 +02:00
parent d643e49b64
commit 7e1ae78aab
16 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -93,6 +93,7 @@ fabric.properties
### Python ### ### Python ###
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
**/__pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class