verso-reader 0.1.0

A terminal EPUB reader with vim navigation, a Kindle-style library, and Markdown highlight export
Documentation
# Internal working docs, specs, plans, brainstorms — not for public repo
.internal/
.superpowers/

# Rust build artefacts
target/
Cargo.lock.bak

# Editor / OS cruft
.DS_Store
*.swp
*.swo
.vscode/
.idea/
*.iml

# Environment / secrets
.env
.env.*
!.env.example

# Verso runtime data leaking into the repo (shouldn't happen, but defensive)
verso.db
verso.db-*
*.log