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 531 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
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. # Distribution / packaging
  6. .Python
  7. build/
  8. develop-eggs/
  9. dist/
  10. downloads/
  11. eggs/
  12. .eggs/
  13. lib/
  14. lib64/
  15. parts/
  16. sdist/
  17. var/
  18. wheels/
  19. pip-wheel-metadata/
  20. share/python-wheels/
  21. *.egg-info/
  22. .installed.cfg
  23. *.egg
  24. MANIFEST
  25. # Jupyter Notebook
  26. .ipynb_checkpoints
  27. # Data files and folders
  28. **/*.h5
  29. ATL06.00?
  30. ATL11.00?
  31. ATL11.00?z123
  32. ATLXI/df_*.parquet
  33. ATLXI/ds_*.zarr
  34. Quantarctica3
  35. # Subglacial Lake grid files and figures
  36. figures/**/*.gif
  37. figures/**/*.nc
  38. figures/**/*.png
Tip!

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

Comments

Loading...