gen-ai-chatbot / .gitignore
rudra0410hf's picture
Update .gitignore
7c5900e verified
raw
history blame contribute delete
301 Bytes
# Python bytecode
*.pyc
*.pyo
__pycache__/
# Virtual environment
venv/
.env/
*.venv
# Environment variables
.env
# Streamlit-specific files
.streamlit/
# Ignore log and cache files
*.log
*.cache
__pycache__/
*.sqlite
# Hugging Face Space-specific files (uncomment if needed)
# dataset/
# models/