nowsyn commited on
Commit
ccb504e
1 Parent(s): 3037830

add .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +9 -0
.gitignore ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__
2
+ */__pycache__
3
+ **/__pycache__
4
+ ckpts
5
+ */ckpts
6
+ **/ckpts
7
+ .cache
8
+ */.cache
9
+ **/.cache