Spaces:
Runtime error
Runtime error
exclude character sheet
Browse files- .gitignore +2 -2
.gitignore
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
results/
|
2 |
test_data/
|
3 |
test_data_pre/
|
|
|
4 |
weights/
|
5 |
x264/
|
6 |
*.mp3
|
@@ -8,5 +9,4 @@ x264/
|
|
8 |
filelist.txt
|
9 |
*.png
|
10 |
complex_infer.sh
|
11 |
-
__pycache__/
|
12 |
-
.gitignore
|
|
|
1 |
results/
|
2 |
test_data/
|
3 |
test_data_pre/
|
4 |
+
character_sheet/
|
5 |
weights/
|
6 |
x264/
|
7 |
*.mp3
|
|
|
9 |
filelist.txt
|
10 |
*.png
|
11 |
complex_infer.sh
|
12 |
+
__pycache__/
|
|