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

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

Comments

Loading...