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

# uv
uv.lock

# Testing
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

# Editors
.vscode/
.idea/

# Docs
site/
