.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.DS_Store

# Upstream reference checkouts (mlx-lm, ollama) — read-only research,
# not part of our source tree.
repo/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Claude Code session state — not source code.
.claude/

# Local/user state that should never be committed.
*.log
