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

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Test / tooling caches
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Environments
.venv/
venv/

# uv
# (uv.lock IS committed; the virtualenv is not)
