local_dev/

# Personal, per-machine Claude Code settings (shared config lives in .claude/settings.json)
.claude/settings.local.json

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
.venv*/
venv/

# Build artifacts
dist/
build/

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

# uv lockfile: inito is a library whose CI resolves deps fresh (`uv pip install
# -e .[dev]`), so the lock is an unused local artifact rather than a source of truth.
uv.lock

# Docs
site/
docs/_build/
