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 150 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. .pytest_cache/
  2. .ruff_cache/
  3. .terraform/
  4. .vscode/
  5. builds/
  6. data/
  7. events/
  8. layers/model/*.onnx
  9. models/
  10. __pycache__/
  11. .env
  12. .terraform.lock.hcl
  13. tmp.gif
  14. data
Tip!

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

Comments

Loading...