# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/

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

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/

# Coverage
.coverage
htmlcov/

# uv.lock is intentionally tracked — do not ignore it.
