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 229 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. *venv/
  15. /target
  16. **/*.rs.bk
  17. *.snappy
  18. db.cfg
  19. *.gml
  20. *.graphml
  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...