File size: 416 Bytes
86f402d 2068e4f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | venv/
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.env
# Frontend dev artifacts (only dist is needed)
web/node_modules/
web/.vite/
# Local data — don't ship patient records or uploads
data/uploads/
data/patient_chats/
data/lesions/
data/patients.json
# Misc
.git/
.gitignore
*.md
test*.py
test*.jpg
test*.png
frontend/
# mcp_server is needed at runtime (spawned as subprocess by medgemma_agent)
# mcp_server/
|