Whitelist lora-augmentation.jsonl in extraction/ .gitignore

The inner .gitignore at docs/scripts/extraction/.gitignore blanket-ignored
*.md/*.json/*.jsonl so research-agent transcripts wouldn't drift in. The
curated augmentation file needs an explicit exception so the Docker build
step on production can read it during `node scripts/build-corpus.mjs`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
stephan
2026-05-08 17:26:26 +02:00
parent a89ec89a1b
commit 83d99eff60
2 changed files with 202 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
# 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