# Build context excludes — keep the image lean and force a clean web build in-image. .git .venv venv env **/__pycache__ *.pyc .pytest_cache .ruff_cache .mypy_cache .coverage htmlcov # Frontend: node_modules and any local dist are rebuilt by the Node stage. web/node_modules web/dist web/.vite # Large/generated artifacts (weights are fetched in-build; runtime cases are ephemeral). models/llm/*.gguf models/**/*.onnx cases/runtime *.log .env