[SKIP CI] remove pyc files

This commit is contained in:
Robert Kaussow 2019-05-26 18:00:34 +02:00
rodič e39d9ef0b4
revize 008a42fd72
1 změnil soubory, kde provedl 11 přidání a 0 odebrání

11
.gitignore vendorováno Normal file
Zobrazit soubor

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