# Vault secrets - NEVER commit these
.vault_key
.vault_data

# Runtime config (feature flags)
config.json

# History (optional, may contain sensitive finding descriptions)
history.json

# Python
__pycache__/
*.pyc
venv/
.env

# Frontend
frontend/node_modules/
frontend/dist/

# OS
.DS_Store
