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

# venv / uv
.venv/
uv.lock

# tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS
.DS_Store
