Spaces:
Runtime error
Runtime error
llexieguo commited on
Commit ·
0613aa1
1
Parent(s): 5e0ac88
updated loading
Browse files- .gitignore +12 -0
.gitignore
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 临时输出文件
|
| 2 |
+
tmp_outputs/
|
| 3 |
+
|
| 4 |
+
# Python
|
| 5 |
+
__pycache__/
|
| 6 |
+
*.pyc
|
| 7 |
+
*.pyo
|
| 8 |
+
.env
|
| 9 |
+
|
| 10 |
+
# 虚拟环境
|
| 11 |
+
venv/
|
| 12 |
+
.venv/
|