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 197 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
  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. image/*.png
  13. wandb
  14. multirun
  15. main.log
  16. .venv
  17. /image
Tip!

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

Comments

Loading...