[SKIP CI] remove pyc files

This commit is contained in:
Robert Kaussow 2019-05-26 18:00:34 +02:00
rodzic e39d9ef0b4
commit 008a42fd72
1 zmienionych plików z 11 dodań i 0 usunięć

11
.gitignore vendored Normal file
Wyświetl plik

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