boris commited on
Commit
0b21fa5
1 Parent(s): 5ca30e6

feat(gitignore): ignore compiled files and wandb

Browse files
Files changed (1) hide show
  1. .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/