Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.dockerignore 3.6 KB

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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
  1. # Repo-specific DockerIgnore -------------------------------------------------------------------------------------------
  2. #.git
  3. .cache
  4. .idea
  5. runs
  6. output
  7. coco
  8. storage.googleapis.com
  9. data/samples/*
  10. **/results*.csv
  11. *.jpg
  12. # Neural Network weights -----------------------------------------------------------------------------------------------
  13. **/*.pt
  14. **/*.pth
  15. **/*.onnx
  16. **/*.mlmodel
  17. **/*.torchscript
  18. **/*.torchscript.pt
  19. **/*.tflite
  20. **/*.h5
  21. **/*.pb
  22. *_saved_model/
  23. *_web_model/
  24. # Below Copied From .gitignore -----------------------------------------------------------------------------------------
  25. # Below Copied From .gitignore -----------------------------------------------------------------------------------------
  26. # GitHub Python GitIgnore ----------------------------------------------------------------------------------------------
  27. # Byte-compiled / optimized / DLL files
  28. __pycache__/
  29. *.py[cod]
  30. *$py.class
  31. # C extensions
  32. *.so
  33. # Distribution / packaging
  34. .Python
  35. env/
  36. build/
  37. develop-eggs/
  38. dist/
  39. downloads/
  40. eggs/
  41. .eggs/
  42. lib/
  43. lib64/
  44. parts/
  45. sdist/
  46. var/
  47. wheels/
  48. *.egg-info/
  49. wandb/
  50. .installed.cfg
  51. *.egg
  52. # PyInstaller
  53. # Usually these files are written by a python script from a template
  54. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  55. *.manifest
  56. *.spec
  57. # Installer logs
  58. pip-log.txt
  59. pip-delete-this-directory.txt
  60. # Unit test / coverage reports
  61. htmlcov/
  62. .tox/
  63. .coverage
  64. .coverage.*
  65. .cache
  66. nosetests.xml
  67. coverage.xml
  68. *.cover
  69. .hypothesis/
  70. # Translations
  71. *.mo
  72. *.pot
  73. # Django stuff:
  74. *.log
  75. local_settings.py
  76. # Flask stuff:
  77. instance/
  78. .webassets-cache
  79. # Scrapy stuff:
  80. .scrapy
  81. # Sphinx documentation
  82. docs/_build/
  83. # PyBuilder
  84. target/
  85. # Jupyter Notebook
  86. .ipynb_checkpoints
  87. # pyenv
  88. .python-version
  89. # celery beat schedule file
  90. celerybeat-schedule
  91. # SageMath parsed files
  92. *.sage.py
  93. # dotenv
  94. .env
  95. # virtualenv
  96. .venv*
  97. venv*/
  98. ENV*/
  99. # Spyder project settings
  100. .spyderproject
  101. .spyproject
  102. # Rope project settings
  103. .ropeproject
  104. # mkdocs documentation
  105. /site
  106. # mypy
  107. .mypy_cache/
  108. # https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -----------------------------------------------
  109. # General
  110. .DS_Store
  111. .AppleDouble
  112. .LSOverride
  113. # Icon must end with two \r
  114. Icon
  115. Icon?
  116. # Thumbnails
  117. ._*
  118. # Files that might appear in the root of a volume
  119. .DocumentRevisions-V100
  120. .fseventsd
  121. .Spotlight-V100
  122. .TemporaryItems
  123. .Trashes
  124. .VolumeIcon.icns
  125. .com.apple.timemachine.donotpresent
  126. # Directories potentially created on remote AFP share
  127. .AppleDB
  128. .AppleDesktop
  129. Network Trash Folder
  130. Temporary Items
  131. .apdisk
  132. # https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
  133. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  134. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  135. # User-specific stuff:
  136. .idea/*
  137. .idea/**/workspace.xml
  138. .idea/**/tasks.xml
  139. .idea/dictionaries
  140. .html # Bokeh Plots
  141. .pg # TensorFlow Frozen Graphs
  142. .avi # videos
  143. # Sensitive or high-churn files:
  144. .idea/**/dataSources/
  145. .idea/**/dataSources.ids
  146. .idea/**/dataSources.local.xml
  147. .idea/**/sqlDataSources.xml
  148. .idea/**/dynamic.xml
  149. .idea/**/uiDesigner.xml
  150. # Gradle:
  151. .idea/**/gradle.xml
  152. .idea/**/libraries
  153. # CMake
  154. cmake-build-debug/
  155. cmake-build-release/
  156. # Mongo Explorer plugin:
  157. .idea/**/mongoSettings.xml
  158. ## File-based project format:
  159. *.iws
  160. ## Plugin-specific files:
  161. # IntelliJ
  162. out/
  163. # mpeltonen/sbt-idea plugin
  164. .idea_modules/
  165. # JIRA plugin
  166. atlassian-ide-plugin.xml
  167. # Cursive Clojure plugin
  168. .idea/replstate.xml
  169. # Crashlytics plugin (for Android Studio and IntelliJ)
  170. com_crashlytics_export_strings.xml
  171. crashlytics.properties
  172. crashlytics-build.properties
  173. fabric.properties
Tip!

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

Comments

Loading...