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

# Build artifacts
build/
dist/

# Virtual environments
.venv/
venv/

# uv (lock resolved fresh in CI for this scaffold; not committed)
uv.lock

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

# OS
.DS_Store
