# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
dist/
build/
.venv/
.uv/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Hatch
.hatch/
