Spaces:
Paused
Paused
koenverhagen
commited on
Commit
•
9544a3b
1
Parent(s):
c00969a
Update .gitignore
Browse files- .gitignore +7 -8
.gitignore
CHANGED
@@ -4,30 +4,29 @@ __pycache__
|
|
4 |
*.pth
|
5 |
/ESRGAN/*
|
6 |
/SwinIR/*
|
7 |
-
|
8 |
/venv
|
9 |
/tmp
|
10 |
-
|
11 |
-
|
12 |
/GFPGANv1.3.pth
|
13 |
/gfpgan/weights/*.pth
|
14 |
-
|
15 |
/outputs
|
16 |
-
|
17 |
/log
|
18 |
/webui.settings.bat
|
19 |
/embeddings
|
20 |
/styles.csv
|
21 |
-
|
22 |
/styles.csv.bak
|
23 |
/interrogate
|
24 |
/user.css
|
25 |
/.idea
|
26 |
notification.mp3
|
27 |
/SwinIR
|
28 |
-
|
29 |
.vscode
|
30 |
-
/extensions
|
31 |
/test/stdout.txt
|
32 |
/test/stderr.txt
|
33 |
/cache.json*
|
|
|
4 |
*.pth
|
5 |
/ESRGAN/*
|
6 |
/SwinIR/*
|
7 |
+
|
8 |
/venv
|
9 |
/tmp
|
10 |
+
|
11 |
+
|
12 |
/GFPGANv1.3.pth
|
13 |
/gfpgan/weights/*.pth
|
14 |
+
|
15 |
/outputs
|
16 |
+
|
17 |
/log
|
18 |
/webui.settings.bat
|
19 |
/embeddings
|
20 |
/styles.csv
|
21 |
+
|
22 |
/styles.csv.bak
|
23 |
/interrogate
|
24 |
/user.css
|
25 |
/.idea
|
26 |
notification.mp3
|
27 |
/SwinIR
|
28 |
+
|
29 |
.vscode
|
|
|
30 |
/test/stdout.txt
|
31 |
/test/stderr.txt
|
32 |
/cache.json*
|