Photo-based book cataloger with AI identification. Room → Cabinet → Shelf → Book hierarchy; FastAPI + SQLite backend; vanilla JS SPA; OpenAI-compatible plugin system for boundary detection, text recognition, and archive search.
17 lines
177 B
Plaintext
17 lines
177 B
Plaintext
# Runtime data
|
|
data/
|
|
|
|
# User-specific config overrides (contain API keys)
|
|
config/*.user.yaml
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Misc
|
|
settings.yaml
|