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 229 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
  1. .pytest_cache
  2. .mypy_cache
  3. .vscode
  4. __pycache__
  5. outputs
  6. processors
  7. .DS_Store
  8. .ipynb_checkpoints
  9. customer-segmentation-a-AULLE--py3.8
  10. *-workspace
  11. .tox
  12. wandb
  13. multirun
  14. *.log
  15. mlruns
  16. artifacts
  17. .venv
  18. .DS_Store
  19. venv
  20. *.ipynb
  21. /model
  22. /image
Tip!

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

Comments

Loading...