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 228 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
  1. /node_modules
  2. /typings
  3. /.ipynb_checkpoints
  4. /out
  5. *.log
  6. *.csv
  7. *.so
  8. *.status
  9. perf.data*
  10. oprofile_data
  11. /.vscode
  12. .pytest_cache/
  13. __pycache__/
  14. /target
  15. **/*.rs.bk
  16. *.snappy
  17. db.cfg
  18. *.gml
  19. *.graphml
  20. *.txt
  21. /loc-mds-extract-isbns.transcript
Tip!

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

Comments

Loading...