diff --git a/.gitignore b/.gitignore index 5c199eb..5a98053 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ # ---> Ansible *.retry +# ---> Python +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class +