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

# Environments / tooling caches
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS
.DS_Store

# NOTE: uv.lock is intentionally committed (reproducible, hash-pinned installs).
