epirag / .gitignore
RohanB67's picture
add feature
189df32
raw
history blame
564 Bytes
��# Environment
.env
*.env
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# ChromaDB  never commit the local vector store
chroma_db/
# Papers  too large, pulled from HF dataset at runtime
papers/
# IDE
.vscode/
.idea/
*.DS_Store