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

# uv
.uv/
uv.lock

# env / secrets
.env
.env.*
!.env.example
*.json
!docs/*.json

# token store
~/.config/clover-mcp/

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

# OS
.DS_Store
Thumbs.db
