-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
236 lines (202 loc) · 4.89 KB
/
.gitignore
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
# Packages
Viewers/node_modules
# Output
Viewers/build
Viewers/dist
Viewers/docs/_book
Viewers/src/version.js
Viewers/junit.xml
Viewers/coverage/
Viewers/.docz/
Viewers/.yarn/
Viewers/.nx/
Viewers/addOns/yarn.lock
# YALC (for Erik)
Viewers/.yalc
Viewers/yalc.lock
Viewers/*.dcm
Viewers/# Logging, System files, misc.
Viewers/.idea/
Viewers/.npm
Viewers/npm-debug.log
Viewers/package-lock.json
Viewers/yarn-error.log
Viewers/.DS_Store
Viewers/.env
Viewers/*.code-workspace
Viewers/.directory
# Common Example Data Directories
Viewers/sampledata/
Viewers/example/deps/
Viewers/docker/dcm4che/dcm4che-arc
# Cypress test results
Viewers/videos/
# Locize settings
Viewers/.locize
# autogenerated files
Viewers/platform/app/src/pluginImports.js
Viewers/Viewers.iml
Viewers/platform/app/.recipes/Nginx-Dcm4Chee/logs/*
Viewers/platform/app/.recipes/OpenResty-Orthanc/logs/*
Viewers/.vercel
Viewers/.vs
# PlayWright
Viewers/node_modules/
Viewers/tests/test-results/
Viewers/tests/playwright-report/
Viewers/blob-report/
Viewers/playwright/.cache/
sam2/.vscode/
sam2/.DS_Store
sam2/__pycache__/
sam2/*-checkpoint.ipynb
sam2/.venv
sam2/*.egg*
sam2/build/*
sam2/_C.*
sam2/outputs/*
sam2/checkpoints/*.pt
# Copyright (c) MONAI Consortium
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Byte-compiled / optimized / DLL files
monai-label/__pycache__/
monai-label/*.py[cod]
monai-label/*$py.class
# C extensions
monai-label/*.so
# Distribution / packaging
monai-label/.Python
monai-label/build/
monai-label/develop-eggs/
monai-label/dist/
monai-label/downloads/
monai-label/eggs/
monai-label/.eggs/
#lib/
monai-label/lib64/
monai-label/parts/
monai-label/sdist/
monai-label/var/
monai-label/wheels/
monai-label/pip-wheel-metadata/
monai-label/share/python-wheels/
monai-label/*.egg-info/
monai-label/.installed.cfg
monai-label/*.egg
monai-label/MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
monai-label/*.manifest
monai-label/*.spec
# Installer logs
monai-label/pip-log.txt
monai-label/pip-delete-this-directory.txt
# Unit test / coverage reports
monai-label/htmlcov/
monai-label/.tox/
monai-label/.nox/
monai-label/.coverage
monai-label/.coverage.*
monai-label/.cache
monai-label/nosetests.xml
monai-label/coverage.xml
monai-label/*.cover
monai-label/*.py,cover
monai-label/.hypothesis/
monai-label/.pytest_cache/
# Translations
monai-label/*.mo
monai-label/*.pot
# Django stuff:
monai-label/*.log
monai-label/local_settings.py
monai-label/db.sqlite3
monai-label/db.sqlite3-journal
# Flask stuff:
monai-label/instance/
monai-label/.webassets-cache
# Scrapy stuff:
monai-label/.scrapy
# Sphinx documentation
monai-label/docs/_build/
# PyBuilder
monai-label/target/
# Jupyter Notebook
monai-label/.ipynb_checkpoints
# IPython
monai-label/profile_default/
monai-label/ipython_config.py
# pyenv
monai-label/.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
monai-label/__pypackages__/
# Celery stuff
monai-label/celerybeat-schedule
monai-label/celerybeat.pid
# SageMath parsed files
monai-label/*.sage.py
# Environments
monai-label/.env
monai-label/.venv
monai-label/env/
monai-label/venv/
monai-label/ENV/
monai-label/env.bak/
monai-label/venv.bak/
# Spyder project settings
monai-label/.spyderproject
monai-label/.spyproject
# Rope project settings
monai-label/.ropeproject
# mkdocs documentation
monai-label/site
# mypy
monai-label/.mypy_cache/
monai-label/.dmypy.json
monai-label/dmypy.json
# Pyre type checker
monai-label/.pyre/
# virtualenv
.venv/
monai-label/venv/
monai-label/ENV/
monai-label/ubuntu_venv/
# IDE
monai-label/.idea/
monai-label/.vscode/
# apps
monai-label/sample-apps/*/logs
monai-label/sample-apps/*/train
# docs build
monai-label/docs/build
monai-label/docs/source/apidocs
# MONAI-label
monai-label/*.nii.gz
monai-label/.DS_Store
monai-label/*.DS_Store
monai-label/bin
monai-label/junit
monai-label/test-output.xml
monai-label/studies
monai-label/tests/data
monai-label/yarn.lock
# Packages
monai-label/node_modules
monai-label/yarn.lock
# Checkpoints
monai-label/checkpoints/*