Add uv packaging, env-driven Django settings, OLLAMA_BASE_URL (LAN GPU host), DatabaseStorage for prompt/document blobs, compose/CI/deploy workflows mirroring scha, and ASGI gunicorn+UvicornWorker for WebSockets.
19 lines
215 B
Plaintext
19 lines
215 B
Plaintext
.git
|
|
.venv
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
db.sqlite3
|
|
llm_be/db.sqlite3
|
|
.env
|
|
htmlcov/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
*.log
|
|
staticfiles/
|
|
llm_be/staticfiles/
|
|
llm_be/media/
|
|
llm_be/chroma_db/
|
|
chroma_db/
|
|
documents/
|
|
llm_be/.idea/
|