# Virtual environment
.venv/
venv/

# Build artifacts
dist/
build/
*.egg-info/

# Python cache
__pycache__/
*.pyc
*.pyo

# Credentials — never commit
.env
*.env.local

# Local-only docs & test scripts (not part of the installable package)
/VALIDATION_RUNBOOK.md
/VALIDATION_FLOW.md
/scripts/run_runbook.sh
