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

# Local, uncommitted agent notes
AGENTS.local.md

# Local development notes, not part of the package
dev/
