diff --git a/.gitignore b/.gitignore index 2707927..5becda8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ # ---> Ansible *.retry -*.pyc +filter/plugins/ +library + +# ---> Python +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class