# Build context is the repo root (we build from `.` to keep the
# Dockerfile path stable as packaging/toolbox/). The Dockerfile itself
# doesn't COPY anything from the build context — it clones llama.cpp
# inside the builder — so almost everything can be ignored.
#
# Keep this list aggressive: smaller context = faster docker build.
**/.venv/
**/.git/
**/node_modules/
**/__pycache__/
**/*.pyc
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
ui/dist/
ui/node_modules/
src/
tests/
docs/
installer/
scripts/
*.md
.hal0-dev/
