# Extraction outputs from research-agent runs are typically large + transient.
# Keep them local by default — except the curated augmentation file which
# needs to ship for the Docker build to fold it into the LoRA corpus.
*.md
*.json
*.jsonl

# …with one explicit exception:
!lora-augmentation.jsonl
