Ignore local training artifacts
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -2,3 +2,4 @@
|
|
| 2 |
__pycache__/
|
| 3 |
*.pyc
|
| 4 |
.DS_Store
|
|
|
|
|
|
| 2 |
__pycache__/
|
| 3 |
*.pyc
|
| 4 |
.DS_Store
|
| 5 |
+
artifacts/
|