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 163 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. #Virtual environments
  2. .venv/
  3. venv/
  4. #Data mapped through DVC
  5. data/
  6. #Model files
  7. models/
  8. #temp files and directories
  9. tmp/
  10. #Compiled source
  11. src/__pycache__/
  12. *.pyc
Tip!

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

Comments

Loading...