lorenzovaquero commited on
Commit
29e4f77
·
verified ·
1 Parent(s): adbf9cf

Add .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +10 -0
.gitignore ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.egg-info/
5
+ dist/
6
+ build/
7
+ .eggs/
8
+ cache/
9
+ results/
10
+ *.pt