Spaces:
Running
Running
feat(gitignore): ignore compiled files and wandb
Browse files- .gitignore +2 -0
.gitignore
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
__pycache__
|
2 |
.ipynb_checkpoints
|
3 |
.streamlit
|
|
|
|
|
|
1 |
__pycache__
|
2 |
.ipynb_checkpoints
|
3 |
.streamlit
|
4 |
+
wandb/
|
5 |
+
*.egg-info/
|