DavidL72Code/UMB_Sustainable_Chatbot
0
1# Every env file, not just the bare one: a .env.local or .env.backup would2# otherwise be committed with the Supabase and Gemini keys in it.3.env4.env.*5!.env.example6.DS_Store7*.bin8*.pyc9*.pyo10__pycache__/11.pycache/12chroma_db/13chroma_db_backup/14logs/15venv/16.vscode/17 18chroma_db_minilm_384/19 20# Deploy branch: eval artifacts stay on GitHub, not in the Space image.21eval/22 