[SKIP CI] remove pyc files

This commit is contained in:
Robert Kaussow 2019-05-26 17:56:52 +02:00
parent 7e488daa95
commit e1e1e05544
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

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