# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtualenv (uv)
.venv/
venv/

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

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

# uv
.uv-cache/
uv.lock
