dist/
__pycache__/
.venv/
*.egg-info/
.mypy_cache/
.ruff_cache/
*.pyc
*.pyo
.pytest_cache/
*.egg
build/
.eggs/
tmp/
*.log
*.bak
.env
.env.*
tests/redteam/.env
tests/output/

# Canary seed files contain fake-but-realistic PII — do not commit live versions
# (the .example version is intentionally tracked)
canary.json
canary.local.json

# Test run artifacts (E2E outputs, scan reports)
tests/output/
