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 631 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
45
46
47
  1. MANIFEST
  2. build
  3. dist
  4. _build
  5. docs/man/*.gz
  6. docs/source/api/generated
  7. docs/source/config.rst
  8. docs/gh-pages
  9. notebook/i18n/*/LC_MESSAGES/*.mo
  10. notebook/i18n/*/LC_MESSAGES/nbjs.json
  11. notebook/static/components
  12. notebook/static/style/*.min.css*
  13. notebook/static/*/js/built/
  14. notebook/static/*/built/
  15. notebook/static/built/
  16. notebook/static/*/js/main.min.js*
  17. notebook/static/lab/*bundle.js
  18. node_modules
  19. *.py[co]
  20. __pycache__
  21. *.egg-info
  22. *~
  23. *.bak
  24. .ipynb_checkpoints
  25. .tox
  26. .DS_Store
  27. \#*#
  28. .#*
  29. .coverage
  30. .pytest_cache
  31. src
  32. *.swp
  33. *.map
  34. .idea/
  35. Read the Docs
  36. config.rst
  37. *.iml
  38. /.project
  39. /.pydevproject
  40. package-lock.json
  41. geckodriver.log
  42. *.iml
  43. venv/
  44. notes
Tip!

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

Comments

Loading...