# Local scratch
tmp/
temp/

# OS / editor
.DS_Store
Thumbs.db

# Python
**/venv
**/.venv/
**/.uv-cache/
**/__pycache__/
**/*.pyc
**/dist/


