K1Z3M1112 commited on
Commit
813fc43
·
verified ·
1 Parent(s): eb13269

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +8 -9
.gitignore CHANGED
@@ -1,11 +1,10 @@
1
- *.ipynb
 
2
  *.pth
3
  *.zip
4
-
5
- __pycache__/
6
- temp_colorization/
7
-
8
- static/temp_images/
9
-
10
- !networks/generator.zip
11
- !denoising/models/net_rgb.pth
 
1
+ __pycache__/
2
+ *.pyc
3
  *.pth
4
  *.zip
5
+ *.pt
6
+ output/
7
+ cache/
8
+ *.jpg
9
+ *.png
10
+ *.webp