- Add Highlight struct to represent bookmarks with owned memory - Implement SHA-256 hashing for text and book identification - Update SQL query to extract clean book filenames (removes path and fragment) - Remove unused Annotation column from query - Add CLAUDE.md for repository documentation - Update .gitignore to exclude SQLite WAL files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
32 lines
289 B
Plaintext
32 lines
289 B
Plaintext
# Zig build artifacts
|
|
.zig-cache/
|
|
zig-out/
|
|
zig-cache/
|
|
|
|
# Compiled binaries
|
|
*.o
|
|
*.so
|
|
*.a
|
|
*.lib
|
|
*.exe
|
|
*.out
|
|
kb_exfiltrator-kobo-arm
|
|
|
|
# Development/local files
|
|
local-dev.sqlite
|
|
*.sqlite
|
|
*.db
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
|
|
# Editor/IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|