# macOS Finder metadata
.DS_Store
**/.DS_Store

__pycache__/
*.pyc
.venv/
dist/
build/
*.egg-info/
.sorb/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage

# local-only working notes, not part of the published repo
temp/
