Spaces:
Runtime error
Runtime error
Added an exception to gitignore for wandb run
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -4,7 +4,8 @@ token.txt
|
|
4 |
pat.txt
|
5 |
*.ipynb
|
6 |
runs/
|
7 |
-
wandb
|
|
|
8 |
# Byte-compiled / optimized / DLL files
|
9 |
__pycache__/
|
10 |
*.py[cod]
|
|
|
4 |
pat.txt
|
5 |
*.ipynb
|
6 |
runs/
|
7 |
+
wandb/*
|
8 |
+
!wandb/run-20230303_211416-ox4d1p0u
|
9 |
# Byte-compiled / optimized / DLL files
|
10 |
__pycache__/
|
11 |
*.py[cod]
|