diff --git a/.gitignore b/.gitignore index 4ed5497..fa25d83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .env/ *.log ansible.cfg -__pycache__ + +__pycache__/ +*.py[cod] diff --git a/roles/verify_config_gather/filter_plugins/__pycache__/range_to_ips.cpython-310.pyc b/roles/verify_config_gather/filter_plugins/__pycache__/range_to_ips.cpython-310.pyc deleted file mode 100644 index 3c874cf..0000000 Binary files a/roles/verify_config_gather/filter_plugins/__pycache__/range_to_ips.cpython-310.pyc and /dev/null differ