Subhakanta
Track vectorStore files with Git LFS
651aef0
raw
history blame contribute delete
434 Bytes
# Python Virtual Environments
rag_env/
venv/
env/
.venv/
# Secret Keys and Environment Variables
.env
# Generated Data & Vector Stores
/backend/vectorStore/
data/
*.pdf
*.txt
# Python specific
__pycache__/
*.pyc
*.pyo
*.pyd
# IDE / Editor specific settings
# Ignore personal editor configurations
.vscode/
.idea/
# OS-specific files
# Ignore files generated by macOS and Windows
.DS_Store
Thumbs.db