Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitignore 424 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  1. /data
  2. trapi-predict-kit/
  3. /models/*
  4. !/models/*.mlem
  5. !/models/*.ttl
  6. !/models/*.dvc
  7. build/
  8. *.egg-info
  9. .eggs/
  10. dist/
  11. __pycache__/
  12. .pytest_cache/
  13. .coverage
  14. .DS_Store
  15. .env
  16. .venv/
  17. venv/
  18. .ipynb_checkpoints/
  19. .virtual_documents/
  20. .cache/
  21. .config/
  22. .ipython/
  23. .jupyter/
  24. .local/
  25. .npm/
  26. .bash_history
  27. __pycache__/
  28. docs/walks/
  29. docs/neurodkg_embedding.csv
  30. docs/neurodkg_embedding.json
  31. .odo/odo-file-index.json
  32. .odo
  33. .idea/workspace.xml
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...