/target

# Built wheels and sdists. Must stay ignored, or `maturin sdist` packages the
# previous build's wheel into the source archive.
/dist

# Local notes.
RESEARCH.md

# Corpus scan output. Regenerate with tools/corpus_scan.py.
corpus.jsonl
corpus-scan.log

# Machine-local Claude Code permissions, not shared config
.claude/settings.local.json

# Editor / OS noise
.idea/
.vscode/
*.swp
Thumbs.db
.DS_Store

# Local PR drafts.
PR-*.md
