Files
research/.gitignore
ptarrant 5a6ac5f8e4 fix: anchor .claude skill un-ignore to repo root
Previous rules un-ignored nested .claude/ dirs (e.g. md/<topic>/.claude/
harness state). Leading-slash anchoring scopes the exception to the repo
root skill only.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 20:42:46 -05:00

21 lines
472 B
Plaintext

# Source PDFs kept local only — copyrighted, large. Commit markdown, not PDFs.
pdfs/
# Generated OCR worklist (regenerated each run)
needs-ocr.txt
# Claude Code session/harness state — ignored everywhere (incl. nested .claude/)
.claude/
# ...except the committed research skill at the REPO ROOT only (leading slash)
!/.claude/
/.claude/*
!/.claude/skills/
/.claude/skills/*
!/.claude/skills/research/
!/.claude/skills/research/**
# Python
.venv/
__pycache__/
*.pyc