DeepMedAI / .gitignore
PBThuong's picture
feat: move ChromaDB to HF Dataset (PBThuong/deepmed-chroma-db)
f3d50d7
# Environment variables
.env
.env.*
!.env.example
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.toast
.build
.pytest_cache/
.coverage
htmlcov/
nosetests.xml
coverage.xml
*.cover
.mypy_cache/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
dist/
build/
.cache/
# Vite
*.local
# Project Specific
backend/data/chroma_db/
backend/storage/
backend/logs/
frontend/dist/
frontend/coverage/
# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# Test/debug scripts
test_*.py