We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97fd26 commit 06b499bCopy full SHA for 06b499b
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