fuzzy find my records
ken.waow.tech
embeddings
pds
search
1data/
2.venv/
3__pycache__/
4*.pyc
5.DS_Store
6.fastembed_cache/
7
8# zig build artifacts
9backend/.zig-cache/
10backend/zig-out/
11backend/zig-pkg/
12backend/build.log
13# local-only llama.cpp artifacts — macos dylibs for dev, release tarball.
14# linux .so files (llama-bin/) stay tracked for the Docker build.
15backend/llama-bin-macos/
16backend/*.tar.gz
17spike/zig-embed/.zig-cache/
18spike/zig-embed/zig-out/
19# large binary artifacts — the backend already has its own copy of the
20# model at backend/models/, and the llama.cpp release tarball is redundant
21# with the extracted dylibs in spike/llama-bin/
22spike/bge-small.gguf
23spike/*.tar.gz