# Data & local scratch (never committed)
data/
screenshots/

# BONSAI
CLEANUP.md
BONSAI_IT_PROCESS.md

# Development / design docs — local-only, kept out of the public repo.
# (The shipped, public-facing docs are README.md and CONTRIBUTING.md.)
/CONCEPT.md
/CONTEXT.md
/GROW.md
/IDEA.md
/CLAUDE.local.md
/docs/adr/

# uv lockfile — resolved locally against an internal mirror; a library does not
# ship a lock, and consumers resolve their own deps. Kept local.
/uv.lock

# Rust
/target/
**/*.rs.bk

# maturin / build artifacts
/dist/
*.so
*.pyd
*.pdb
*.whl

# Phase 3 benchmark outputs (machine-specific, regenerated by bench/)
/results.json
/parity.json
/report.html

# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.ty_cache/
.coverage
htmlcov/

# OS / editor
.DS_Store
Thumbs.db

# Claude Code (personal/local — promote to .claude/settings.json to share)
.claude/settings.local.json
