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 327 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
  1. # Exclude version control system files and directories
  2. .git
  3. .gitignore
  4. # Exclude Python bytecode files
  5. __pycache__
  6. *.pyc
  7. # Exclude development and system files
  8. *.log
  9. *.tmp
  10. *.swp
  11. # IDE
  12. .idea
  13. # Exclude any other unnecessary files and directories
  14. *.DS_Store
  15. # Exclude folders and files
  16. notebooks
  17. reports
  18. README.md
  19. Dockerfile
Tip!

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

Comments

Loading...