Chat-Bot / .gitignore
SandyBot's picture
Update .gitignore
0cecf0b verified
Raw
History Blame Contribute Delete
380 Bytes
# Environment & secrets
.env
.env.local
# Vectorstore cache (rebuilt dynamically, don't commit)
vectorstores/
src/vectorstores/
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
.Python
build/
dist/
# Virtual environments
venv/
env/
.venv/
# Streamlit
.streamlit/secrets.toml
# Jupyter/Colab leftovers
.ipynb_checkpoints/
*.ipynb
# OS/editor junk
.DS_Store
.vscode/
.idea/