# Cloned benchmark repos (symlinked into corpus/ from workspace root; never committed)
corpus/

# Generated task records, imported results, codebases (regenerated by the pipeline)
tasks/*.jsonl
imported/*.jsonl
codebases/

# Generated scoring artifacts (regenerated by match/exploit/score)
# — but keep the hand-crafted exampletool SARIFs (they're docs/examples)
results/matched/
results/exploits/
reports/scorecard.md
reports/scorecard.html

# Python
__pycache__/
*.pyc
.venv/

# OS
.DS_Store
