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 347 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
  1. /target
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. .pytest_cache/
  5. *.py[cod]
  6. # C extensions
  7. *.so
  8. # Data files and folders
  9. benches/*.tif
  10. # Distribution / packaging
  11. .Python
  12. .venv/
  13. env/
  14. bin/
  15. build/
  16. develop-eggs/
  17. dist/
  18. eggs/
  19. lib/
  20. lib64/
  21. parts/
  22. sdist/
  23. var/
  24. include/
  25. man/
  26. venv/
  27. *.egg-info/
  28. .installed.cfg
  29. *.egg
  30. # MyST build outputs
  31. _build
Tip!

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

Comments

Loading...