33 lines
346 B
Plaintext
33 lines
346 B
Plaintext
# Ansible
|
|
*.retry
|
|
ansible.log
|
|
*.pyc
|
|
__pycache__/
|
|
.ansible/
|
|
|
|
# Vault files (keep encrypted versions in git)
|
|
*_unencrypted.yml
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
/tmp/
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Local testing
|
|
/test_output/
|
|
/debug/
|
|
|
|
# Collections (installed via requirements.yml)
|
|
collections/ansible_collections/
|