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>
21 lines
472 B
Plaintext
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
|