[SKIP CI] remove pyc files

This commit is contained in:
Robert Kaussow 2019-05-26 18:02:44 +02:00
parent 5f7e0d37e8
commit f8dc561b0c
1 changed files with 8 additions and 1 deletions

9
.gitignore vendored
View File

@ -1,4 +1,11 @@
# ---> Ansible
*.retry
*.pyc
filter/plugins/
library
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class