# Python build and cache artifacts
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Virtual environments and lockfiles
.venv/
uv.lock

# Test and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
