task_prompting / .gitignore
elfarash's picture
Initial commit with RAG, FastAPI and Gradio UI
eb5a3ff
Raw
History Blame Contribute Delete
234 Bytes
# Virtual Environments
venv/
env/
.venv/
# Environment Variables
.env
*.env
# Python Cache
__pycache__/
*.pyc
*.pyo
*.pyd
# ChromaDB local vector storage
chroma_db/
# IDEs
.vscode/
.idea/
# OS generated files
.DS_Store
Thumbs.db