sabertoaster commited on
Commit
2d0304b
·
verified ·
1 Parent(s): 0254260

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. .gitignore.bak +11 -0
.gitignore.bak ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **/__pycache__/**
2
+ /output/two_stage_encoding
3
+ *.pt
4
+ *.onnx
5
+ /output/debug_run
6
+ /src/__pycache__
7
+ .conda
8
+ .github
9
+ .vscode
10
+ /src/__pycache__
11
+ /src/stage1/__pycache__