__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
dist/
.env
.mypy_cache/
.ruff_cache/
.pytest_cache/
.ipynb_checkpoints/
# editor / agent local settings
.claude/
# generated artifacts (keep the dir, ignore outputs — all regenerated on each run)
results/*.md
results/*.json
results/*.html
results/*.sarif
results/sigma/
results/assurance/
results/compliance/
results/navigator/

# local-only interview / prep doc (not part of the public repo)
/interviewRBC.docx

# local-only working docs — kept on disk, deliberately not part of the public repo
/run.md
/docs/DEMO.md
