.gitignore 334 B

1234567891011121314151617181920212223242526
  1. docs/whitepaperV1.md
  2. **/target/
  3. /graph_queries/
  4. /graph_data/
  5. /testing/
  6. /dst/
  7. count.sh
  8. /queries/
  9. **/node_modules/
  10. **/*.txt
  11. **/trump-map/
  12. **/call.sh
  13. .DS_Store
  14. push.sh
  15. .vscode/
  16. data/
  17. venv/
  18. other_data/
  19. dpedia_openai_ground_truths.csv
  20. dpedia_openai_ground_truths_1m.csv
  21. helixdb_test/
  22. other_data/
  23. *.jsonl
  24. !examples/rag_demo/**
  25. test-store/