Datasets:
Tasks:
Image Classification
Modalities:
Image
Sub-tasks:
multi-label-classification
Languages:
English
Size:
1K<n<10K
Tags:
image
DOI:
License:
Denny Schaedig commited on
Commit ·
393fdab
1
Parent(s): 6bb931f
Ignore DS_store and intake files/folders
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -172,3 +172,6 @@ cython_debug/
|
|
| 172 |
|
| 173 |
# PyPI configuration file
|
| 174 |
.pypirc
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
|
| 173 |
# PyPI configuration file
|
| 174 |
.pypirc
|
| 175 |
+
|
| 176 |
+
.DS_Store
|
| 177 |
+
intake/
|