/target
*.o
*.so
*.a
*.ptx
*.cubin
**/*.rs.bk
.env
*.npy

# llama.cpp baseline (cloned/submoduled by tools/setup-llama-cpp.sh)
/third_party/llama.cpp/build/
/third_party/llama.cpp/models/
*.gguf

# Benchmark output + fetched datasets (transferred to GPU host, not committed)
/bench-out/
/tools/bench/data/
/tools/__pycache__/
/tools/bench/__pycache__/
/tools/bench/**/__pycache__/

