Ignore experiment artifact directory
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Local environment and editor folders
|
| 2 |
.*/
|
|
|
|
| 3 |
AGENTS.md
|
| 4 |
!.gitignore
|
| 5 |
!.gitattributes
|
|
|
|
| 1 |
# Local environment and editor folders
|
| 2 |
.*/
|
| 3 |
+
.exp_artifact/
|
| 4 |
AGENTS.md
|
| 5 |
!.gitignore
|
| 6 |
!.gitattributes
|