[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