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