linderhof/.gitignore
Matthias Johnson 75891c3271 initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 15:09:25 -07:00

37 lines
488 B
Text

# Stack selection file
.stack
# Generated config (lives in $XDG_CONFIG_HOME/linderhof/<stack>/)
inventory/hosts.yml
inventory/group_vars/all/config.yml
inventory/group_vars/all/vault.yml
inventory/group_vars/all/dns.yml
inventory/group_vars/all/overrides.yml
# Vault password file
.vault-pass
*vault-pass*
# Ansible retry files
*.retry
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Editor
*.swp
*.swo
*~
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db
# Temporary/backup files
*._s
*...