SkinProAI / .dockerignore
cgoodmaker's picture
Include mcp_server/ in Docker image — required at runtime for tool calls
2068e4f
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/