diff --git a/.gitignore b/.gitignore index 5c199eb..5becda8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ # ---> Ansible *.retry +filter/plugins/ +library + +# ---> Python +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class diff --git a/.later.yml b/.later.yml new file mode 100644 index 0000000..9927d9b --- /dev/null +++ b/.later.yml @@ -0,0 +1,4 @@ +--- +rules: + exclude_filter: + - ANSIBLE0009