CoolFace
Apppublic

Kagamicho/cs_chatbot

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
.dockerignore22 linesDownload Raw Back to root
1# Secrets — MUST NOT be baked into the image (the Firebase admin private key and2# live API keys live here). Mount these at runtime via env / secrets instead.3secrets/4.env5.env.*6*.pem7*-admin.json8 9# Local dev / VCS noise10.venv/11__pycache__/12*.pyc13.pytest_cache/14.git/15.gitignore16 17# Large rebuildable artifacts — the container self-heals the index from18# chunks.parquet on boot (ensure_index_built), so don't ship these.19data/indexes/chroma/20data/processed/embed_cache/21reports/22