# Python
__pycache__/
*.py[cod]
*.pyd

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Build artifacts
dist/
build/
*.egg-info/

# Envs
.venv/
.env

uv.lock