Docent-AI-ChatBot / .gitignore
Abdullah0327's picture
Initial clean LFS commit
35fbb15
Raw
History Blame Contribute Delete
268 Bytes
# Secrets — NEVER commit (contains the Supabase service-role key + NVIDIA key)
.env
# Python
__pycache__/
*.pyc
.venv/
venv/
*.log
# Note: vector_db/, images/ and documents/ ARE committed on purpose so the
# deployed app ships with the policy index already built.