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 514 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
35
36
37
38
39
40
41
42
43
44
  1. **.ipynb_checkpoints
  2. **cache*
  3. **.pdf
  4. **.zip
  5. **.npy
  6. .coverage
  7. **slurm*
  8. **logs*
  9. env
  10. **.pyc
  11. **.gif
  12. **.DS_Store
  13. **.idea
  14. *.pth
  15. **Icon*
  16. venv
  17. imodels_env
  18. .vscode/**
  19. # Compiled python modules.
  20. *.pyc
  21. # Setuptools distribution folder.
  22. /dist/
  23. # Python egg metadata, regenerated from source files by setuptools.
  24. /*.egg-info
  25. build
  26. .gitmodules
  27. build
  28. dist
  29. **AutogluonModels*
  30. **.gslides
  31. **.xml
  32. experiments/data/
  33. !experiments/data/00_get_datasets.ipynb
  34. .hypothesis
  35. experiments/results
  36. experiments/*.txt
  37. **_site*
  38. .imodels
  39. data
Tip!

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

Comments

Loading...