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

# uv and packaging
.venv/
/build/
/dist/
uv.lock

# Development tools
.cache/
.coverage*
.pytest_cache/
.ruff_cache/
/htmlcov/
/site/
coverage.xml
