case0 / .dockerignore
HusseinEid's picture
Case Zero - initial public release (fully local: Qwen2.5-1.5B via llama.cpp + Supertonic, custom pixel-noir SPA via gradio.Server)
414dc55
Raw
History Blame
446 Bytes
# 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