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 314 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
  1. /node_modules
  2. /typings
  3. /.ipynb_checkpoints
  4. /out
  5. *.out
  6. *.log
  7. *.so
  8. *.status
  9. .history
  10. perf.data*
  11. oprofile_data
  12. profdata/
  13. /.vscode
  14. .pytest_cache/
  15. __pycache__/
  16. *venv/
  17. .cargo/
  18. /target
  19. **/*.rs.bk
  20. *.snappy
  21. db.cfg
  22. *.gml
  23. *.graphml
  24. /loc-mds-extract-isbns.transcript
  25. /book-coverage.json
  26. /LinkageStats.html
  27. /ClusterStats.html
Tip!

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

Comments

Loading...