Spaces:
Running
Running
chore: add missing parser and dockerignore
Browse files- .dockerignore +7 -0
- parser +1 -0
.dockerignore
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HF Spaces .dockerignore
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.pyc
|
| 4 |
+
.git/
|
| 5 |
+
.gitattributes
|
| 6 |
+
README.md
|
| 7 |
+
skills/library/ # 460+ 技能库 metadata,运行时按需加载
|
parser
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit a6291dbb1621c1d38fc2203eba04bc8deaa24f47
|