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 412 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
  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. .pytest_cache/
  16. __pycache__/
  17. *venv/
  18. .RData
  19. .Rhistory
  20. .cargo/
  21. /target
  22. **/*.rs.bk
  23. *.snappy
  24. db.cfg
  25. *.gml
  26. *.graphml
  27. /loc-mds-extract-isbns.transcript
  28. /book-coverage.json
  29. /LinkageStats.html
  30. /ClusterStats.html
  31. /.quarto/
  32. *_files/
  33. /.luarc.json
  34. /ClusterStats_files
  35. /LinkageStats_files
Tip!

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

Comments

Loading...