# Secrets never belong in this repository. See docs/secrets.md.
.env
.env.local
.env.*.local
.vault_pass
vault-password*
*.vault
*.pem
id_rsa*
id_ed25519*

# Ansible
*.retry
ansible/collections/
ansible/inventory/host_vars/*.local.yml
# Scratch directory ansible-lint and ansible-core create in the working directory
.ansible/

# Editors and OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Python, for the linting toolchain
__pycache__/
*.pyc
.venv/

# Claude Code — settings.json is shared, settings.local.json is personal
.claude/settings.local.json
