Update .gitignore to exclude training checkpoints
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -5,3 +5,4 @@ __pycache__/
|
|
5 |
*.pyd
|
6 |
*.log
|
7 |
*.DS_Store
|
|
|
|
5 |
*.pyd
|
6 |
*.log
|
7 |
*.DS_Store
|
8 |
+
results/
|