.venv/
__pycache__/
*.pyc
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.tickets-tracker/
bridge_state/
.rebar/
.claude/
session-logs/
CLAUDE.local.md

# local test/build scratch (never commit)
.pytest-tmp/
dist/
build/

# lint / type-check / coverage artifacts
.mypy_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Serena MCP (local code-navigation tooling; per-developer)
.serena/

# mutmut mutation-testing working copy + result DB (docs/mutation-testing.md)
mutants/
.mutmut-cache
html/

# Hybrid Logical Clock per-clone cache (P2.1) — disposable, rebuilt from the log
.rebar/hlc.state
.rebar/hlc.lock
