# Keep the build context small and reproducible. The ggml submodule source
# under third_party/ggml IS needed and must stay in the context.

.git
.github
.venv
.cache
.claude
build*/
build-shared/

# Large / derived artifacts that never belong in an image build.
models/*
!models/MANIFEST.md
*.gguf
benchmarks/audio/
benchmarks/models/
benchmarks/media/

# Local scratch.
__pycache__/
*.pyc
third_party/.ggml-patch.lock
