We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97fd26 commit 5b292e8Copy full SHA for 5b292e8
1 file changed
.gitignore
@@ -1,3 +1,11 @@
1
# ignore all .pngs
2
*.png
3
-weights/*
+weights/*
4
+
5
+# Pycache
6
+**__pycache__**
7
+results*/
8
+*.pt
9
+yolov7
10
+weights
11
+datasets
0 commit comments