[SKIP CI] remove pyc files

このコミットが含まれているのは:
Robert Kaussow 2019-05-26 18:00:34 +02:00
コミット 008a42fd72
1個のファイルの変更11行の追加0行の削除

11
.gitignore vendored ノーマルファイル
ファイルの表示

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