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 156 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
  1. /node_modules
  2. /typings
  3. /.ipynb_checkpoints
  4. /out
  5. *.log
  6. *.csv
  7. *.so
  8. perf.data*
  9. oprofile_data
  10. /.vscode
  11. .pytest_cache/
  12. __pycache__/
  13. /target
  14. **/*.rs.bk
  15. *.snappy
Tip!

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

Comments

Loading...