Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.dockerignore 353 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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  1. .git
  2. .github
  3. .gitignore
  4. .gitattributes
  5. docs
  6. samples
  7. testing
  8. venv/*
  9. *venv*
  10. __pycache__
  11. *.egg-info*
  12. */__pycache__/*
  13. .vscode
  14. *.py.*
  15. *.pkl
  16. *.swp
  17. dist/*
  18. *egg*
  19. *DS_Store
  20. *output*
  21. *experiment*
  22. *exp*
  23. *_build*
  24. *build*
  25. debug.log
  26. vips*
  27. testing/data/*
  28. testing/data_output/*
  29. .coverage
  30. testing/config_segmentation_temp.yaml
  31. testing/failures.log
  32. coverage.xml
  33. mlcube/*
Tip!

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

Comments

Loading...