__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.env
.pytest_cache/
.ruff_cache/
.DS_Store
# Stray outputs from ad-hoc `supernote digest ... -o .` runs in the repo root
/*.png
/*.mark
# Agent sandbox state
.claude/
# Personal .note files used for live-test fixtures; never commit these
tests/fixtures/
