# Ansible *.retry .ansible/ /tmp/ansible_fact_cache/ # Secrets and sensitive data group_vars/*/vault.yml host_vars/*/vault.yml *.secret *.key *.pem secrets/ # Environment specific .env .env.* # Inventory files (use hosts.ini.example as template) hosts.ini inventory.ini # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log logs/ # Backup files *~ *.bak *.backup # Collections collections/ansible_collections/