[SKIP CI] remove pyc files

This commit is contained in:
Robert Kaussow 2019-05-26 17:57:27 +02:00
parent 7b614fac26
commit 85f8e034f4
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

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