Diff of /.gitignore [000000] .. [ce2cbf]

Switch to unified view

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