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 421 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
  1. /node_modules
  2. /typings
  3. .ipynb_checkpoints/
  4. /out
  5. *.out
  6. *.log
  7. *.csv
  8. *.so
  9. *.status
  10. .history
  11. perf.data*
  12. oprofile_data
  13. profdata/
  14. /scratch/
  15. /.vscode
  16. .pytest_cache/
  17. __pycache__/
  18. *venv/
  19. .RData
  20. .Rhistory
  21. .cargo/
  22. /target
  23. **/*.rs.bk
  24. *.snappy
  25. db.cfg
  26. *.gml
  27. *.graphml
  28. /loc-mds-extract-isbns.transcript
  29. /book-coverage.json
  30. /LinkageStats.html
  31. /ClusterStats.html
  32. /.quarto/
  33. *_files/
  34. /.luarc.json
  35. /ClusterStats_files
  36. /LinkageStats_files
Tip!

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

Comments

Loading...