35 lines
347 B
Plaintext
35 lines
347 B
Plaintext
# Secrets - NEVER commit
|
|
*.secret.yml
|
|
*.secret.yaml
|
|
secrets/
|
|
vault.yml
|
|
|
|
# Inventory files (contain hostnames/IPs)
|
|
inventory
|
|
inventory.txt
|
|
inventory.*.txt
|
|
|
|
# Pre-built bundles (CI builds fresh)
|
|
*.run
|
|
|
|
# Ansible artifacts
|
|
*.retry
|
|
.ansible/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|