[SKIP CI] remove pyc files

This commit is contained in:
Robert Kaussow 2019-05-26 18:00:34 +02:00
父節點 e39d9ef0b4
當前提交 008a42fd72
共有 1 個文件被更改,包括 11 次插入0 次删除

11
.gitignore vendored Normal file
查看文件

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