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 191 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
  1. __pycache__
  2. *.pyc
  3. *.pyo
  4. *.pyd
  5. .Python
  6. env
  7. pip-log.txt
  8. pip-delete-this-directory.txt
  9. .tox
  10. .coverage
  11. .coverage.*
  12. .cache
  13. nosetests.xml
  14. coverage.xml
  15. *,cover
  16. *.log
  17. .git
  18. ./.vscode-server
  19. ./outputs
Tip!

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

Comments

Loading...