Venkat V
commited on
Commit
·
a75625c
1
Parent(s):
50f8eb3
updated gitignore
Browse files- .gitignore +2 -4
.gitignore
CHANGED
@@ -6,10 +6,8 @@ __pycache__/
|
|
6 |
*.pyd
|
7 |
|
8 |
# Model files
|
9 |
-
models
|
10 |
-
|
11 |
-
*.pth
|
12 |
-
*.onnx
|
13 |
|
14 |
# macOS specific files
|
15 |
.DS_Store
|
|
|
6 |
*.pyd
|
7 |
|
8 |
# Model files
|
9 |
+
models/*
|
10 |
+
!models/best.pt
|
|
|
|
|
11 |
|
12 |
# macOS specific files
|
13 |
.DS_Store
|