Upload .gitignore with huggingface_hub
Browse files- .gitignore +3 -6
.gitignore
CHANGED
@@ -152,10 +152,7 @@ dmypy.json
|
|
152 |
# Cython debug symbols
|
153 |
cython_debug/
|
154 |
|
155 |
-
#
|
156 |
-
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
157 |
-
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
158 |
-
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
159 |
-
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
160 |
-
#.idea/
|
161 |
data/oiv_annotation_test.csv
|
|
|
|
|
|
152 |
# Cython debug symbols
|
153 |
cython_debug/
|
154 |
|
155 |
+
# Custom
|
|
|
|
|
|
|
|
|
|
|
156 |
data/oiv_annotation_test.csv
|
157 |
+
checkpoints/*
|
158 |
+
images/*
|