Files
bookshelf/.gitignore
Petr Polezhaev 084d1aebd5 Initial commit
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.
2026-03-09 14:17:13 +03:00

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