1# Extensions
  2
  3*.a
  4*.bat
  5*.bin
  6*.d
  7*.dll
  8*.dot
  9*.etag
 10*.exe
 11*.gcda
 12*.gcno
 13*.gcov
 14*.gguf
 15*.gguf.json
 16*.lastModified
 17*.log
 18*.metallib
 19*.o
 20*.so
 21*.swp
 22*.tmp
 23*.DS_Store
 24
 25# IDE / OS
 26
 27/.cache/
 28/.ccls-cache/
 29/.direnv/
 30/.envrc
 31/.idea/
 32/.swiftpm
 33/.vs/
 34/.vscode/
 35/nppBackup
 36
 37
 38# Coverage
 39
 40/gcovr-report/
 41/lcov-report/
 42
 43# Build Artifacts
 44
 45/tags
 46/.build/
 47/build*
 48/release
 49/debug
 50/libllama.so
 51/llama-*
 52/vulkan-shaders-gen
 53/rpc-server
 54/out/
 55/tmp/
 56/autogen-*.md
 57/common/build-info.cpp
 58
 59# Deprecated
 60
 61/main
 62/server
 63
 64# CI
 65
 66!/.github/workflows/*.yml
 67
 68# Models
 69
 70/models/*
 71/models-mnt
 72!/models/.editorconfig
 73!/models/ggml-vocab-*.gguf*
 74!/models/templates
 75
 76# Zig
 77/zig-out/
 78/zig-cache/
 79
 80# Examples
 81
 82/examples/jeopardy/results.txt
 83/tools/server/*.css.hpp
 84/tools/server/*.html.hpp
 85/tools/server/*.js.hpp
 86/tools/server/*.mjs.hpp
 87/tools/server/*.gz.hpp
 88!/build_64.sh
 89!/examples/*.bat
 90!/examples/*/*.kts
 91!/examples/*/*/*.kts
 92!/examples/sycl/*.bat
 93!/examples/sycl/*.sh
 94
 95# Server Web UI temporary files
 96/tools/server/webui/node_modules
 97/tools/server/webui/dist
 98
 99# Python
100
101/.venv
102__pycache__/
103*/poetry.lock
104poetry.toml
105
106# Nix
107/result
108
109# Test binaries
110/tests/test-backend-ops
111/tests/test-double-float
112/tests/test-grad0
113/tests/test-grammar-parser
114/tests/test-llama-grammar
115/tests/test-opt
116/tests/test-quantize-fns
117/tests/test-quantize-perf
118/tests/test-rope
119/tests/test-sampling
120/tests/test-tokenizer-0
121/tests/test-tokenizer-1-bpe
122/tests/test-tokenizer-1-spm
123
124# Scripts
125!/scripts/install-oneapi.bat
126
127# Test models for lora adapters
128/lora-tests
129
130# Local scripts
131/run-vim.sh
132/run-chat.sh
133/run-spec.sh
134/.ccache/
135
136# IDE
137/*.code-workspace
138/.windsurf/
139# emscripten
140a.out.*