.zig-cache/
zig-out/
.claude/
/models/
*.safetensors

# llama.cpp libllama, staged at build time by scripts/fetch-llama.sh (not vendored)
/lib/llama/

# Swift / app build
app/.build/
app/.swiftpm/
app/MLX Core.app/
app/MLX Serve.app/
app/*.zip

# macOS
.DS_Store
*.dmg

# Python
scripts/__pycache__/
*.pyc

# Images (tracked via releases, not git)
mlx-logo.png
transformer.o
test_zig
app/MLXCore.dmg
server_err.log
.vscode

# Speculative-decoding working notes (MTP + PLD planning/scratchpad)
.mtp-progress.md
.spec-progress.md
docs/perf/
docs/tmp
tests/pi-results
tests/validator-results
tests/pi_integration_run.summary.tsv
