gen-ai-chatbot / .gitignore
rudra0410hf's picture
Upload 4 files
bb8b382 verified
raw
history blame
147 Bytes
# Python
*.pyc
*.pyo
__pycache__/
# Environment Variables
.env
# Streamlit
.streamlit/
# Virtual Environments
venv/
.env/
*.venv