Files
kb_exfiltrator/.gitignore
T
wesandClaude 22602bebf9 Add Highlight struct with SHA-256 hashing and improve query
- 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>
2025-12-01 16:42:58 -05:00

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