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

# 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/
/reports/
/redteam-report.json
/*.sbom.json
/*.sbom.enriched.json
# Local nuguard.yaml overrides at repo root or in test run dirs — not in tests/apps/
/nuguard.yaml
tests/redteam/nuguard.yaml
tests/cli/nuguard.yaml
tests/*/.venv/
tests/*/dist/
tests/*/__pycache__/
tests/*/.mypy_cache/
tests/*/.ruff_cache/
tests/*/build/
tests/*/node_modules/
tests/*/tmp/
tests/*/reports/
tests/*/.adk/*.db
tests/*/output/
