# Extraction outputs from research-agent runs are typically large + transient.
# Keep them local by default — except the curated files that need to ship so
# the Docker build can fold them into the LoRA corpus AND so contributors
# can find the source-of-truth reference in the repo.
*.md
*.json
*.jsonl
*.txt

# …with explicit exceptions:
!framework-reference-v2.md
!lora-augmentation.jsonl
!lora-augmentation.summary.txt
