# Node
node_modules/

# macOS
.DS_Store

# Editors
*.swp
*.swo
.vscode/
.idea/
.claude/

# Logs
*.log

# Secrets / env
.env
.env.*
!.env.example
secrets/

# Snapshots etcd rapatriés hors-nœud (etcd-fetch.yaml) — contiennent TOUS les
# Secrets du cluster, ne JAMAIS versionner.
etcd-snapshots/

# Temp
tmp/
*.tmp

# Vagrant test bench (local state + machine-specific inventory + VDI disks)
test/**/.vagrant/
test/**/inventory.yaml
test/**/*.vdi
test/*.log

# VitePress (generated output + cache)
docs/.vitepress/cache/
docs/.vitepress/dist/

# Ansible runtime cache
.ansible/
