__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.bak-*
dist/
dispatch/

# Vault: only template files (test-vault.yaml) should be committed
# Real vault configs (identity.yaml, vault.yaml) must NEVER be committed
vault/*.yaml
!vault/test-vault.yaml
