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 109 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
  1. *.pyc
  2. .idea
  3. *.bak
  4. *.swp
  5. # Jupyter Notebook
  6. .ipynb_checkpoints
  7. .venv
  8. /data/
  9. /outputs/
  10. /venv/
  11. /data
  12. /outputs
Tip!

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

Comments

Loading...