[SKIP CI] remove pyc files

This commit is contained in:
Robert Kaussow 2019-05-26 17:55:28 +02:00
parent 347c6e67d0
commit 39318555f6
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,5 +1,9 @@
# ---> Ansible
*.retry
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class