.venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.debug-agent/
.claude/
tmp/
*.bak

# delve (`dlv dap` / `dlv debug`) leaves debug binaries in cwd
__debug_bin*
*.test

# local comparison clones (benchmarking only — never committed)
/_cmp_*/
