# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# uv
.venv/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# TM local state
.aiagent/
*.local.toml
.env

# Reference project (local only)
pi/
