[SKIP CI] remove pyc files

This commit is contained in:
Robert Kaussow 2019-05-26 18:00:34 +02:00
parent e39d9ef0b4
commit 008a42fd72
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

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