// Miscellaneous
.claude
.docs

// EPUB stuff
.epubs
.epubcheck

// Cache stuff
.ruff_cache
.pytest_cache
__pycache__

// IDE stuff
.vscode

// Python
.venv
*.egg-info
build
dist

// Example run artifacts (produced by running spantrack on the sample EPUBs)
examples/**/*.narrated.epub
examples/**/*.spantrack/
