.pi/
.agents/skills/*
!.agents/skills/e2e-happy-path/

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

# hatch-vcs generated
src/skill_manager/_version.py
