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 281 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
  1. # compiled python
  2. **/*.pyc
  3. # trained models
  4. models/*/runs/
  5. # (newly) collected recordings
  6. recording_scripts/data
  7. recording_scripts/meta.txt
  8. recording_scripts/session_log.txt
  9. recording_scripts/*.checkpoint*
  10. # preprocessed data
  11. preprocessed_data/
  12. /data
  13. /models
  14. /recording_scripts
Tip!

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

Comments

Loading...