chatbot-backend / .gitignore
TalatMasood's picture
Save changes before cleaning history
d5cc289
raw
history blame contribute delete
423 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# Environment Variables
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
# Database
chroma_db/
uploads/
temp_downloads/
# OS
.DS_Store
Thumbs.db
# environment
.env
chroma/