.gitignore 105 B

12345678910
  1. node_modules/
  2. packages/
  3. *.gguf
  4. *.onnx
  5. *.tar.gz
  6. src/AI/embeddings/
  7. src/AI/.cache/
  8. .update_required
  9. cache/