# Ansible variable files (sensitive / environment-specific)
group_vars/
host_vars/
commands/

# Inventory files (often environment-specific and not meant for sharing)
inventory/*
inventory/group_vars/*
inventories/*

# Keep sanitized examples
!inventory/
!inventory/hosts.example.yml
!inventory/group_vars/
!inventory/group_vars/*.example.yml

# Codex/local assistant config
.codex/

# Ansible Vault / secrets
*.vault
*.secret
*.secrets
secrets.yml
vault.yml
**/vault.yml
**/secrets.yml

# Local environment files
.env
.env.*
*.local

# Optional: Ansible retry files
*.retry

# Python/cache
__pycache__/
.pytest_cache/

# OS/editor noise
.DS_Store
Thumbs.db
.vscode/
.idea/

# Logs
*.log