[SKIP CI] remove pyc files

This commit is contained in:
Robert Kaussow 2019-05-26 17:58:47 +02:00
parent f47d63fd8e
commit 98e1afa043
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -3,3 +3,9 @@
filter/plugins/
library
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class