.claude/settings.local.json

# Python
__pycache__/
*.py[cod]
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.venv/
dist/
build/

# coverage
.coverage
coverage.xml
htmlcov/

# Bundled frontend assets (regenerated by the hatchling build hook)
src/agent_inspector/web/*
!src/agent_inspector/web/.gitkeep

# Local, personal scratch notes (LEARNING-0xx-<desc>.md) -- not meant to be
# shared or reviewed, unlike docs/adr/.
learnings/
