Add TMDB search and media detail pages, HDHive resource ingestion flow, unified error handling, Docker single-container runtime, and project docs/config updates for local deployment. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
160 B
Plaintext
17 lines
160 B
Plaintext
.git
|
|
.gitignore
|
|
.vscode
|
|
docs
|
|
sdk
|
|
|
|
**/__pycache__
|
|
**/.pytest_cache
|
|
**/.venv
|
|
**/*.pyc
|
|
|
|
backend/.env
|
|
backend/media_crawler.db
|
|
|
|
frontend/node_modules
|
|
frontend/dist
|