Skip to content

Commit 823df0a

Browse files
docs: add tuntunclaw code directory note
docs: add tuntunclaw code directory note
2 parents a404902 + 15f0c7c commit 823df0a

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

  • 16-专题组队学习/02-OpenClaw家庭物资助手/tuntunclaw
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# tuntunclaw 代码目录
2+
3+
这个目录用于放置 OpenClaw 家庭物资助手专题中可公开的 `tuntunclaw` 代码。
4+
5+
后续迁入代码时,建议只保留读者复现实验需要的最小集合:
6+
7+
- `frontend/`
8+
- `openclaw_like/`
9+
- `inventory.py`
10+
- `integrations.py`
11+
- `workflow_hooks.py`
12+
- `main.py`
13+
- `requirements-py311.txt`
14+
- `.env.example`
15+
16+
不要提交以下内容:
17+
18+
- `.env`
19+
- `sam_b.pt`
20+
- `temp/`
21+
- `trash/`
22+
- `__pycache__/`
23+
- `mask_*.png`
24+
- `scene_layout_editor.py`
25+
- `SCENE_LAYOUT_EDITOR_README.md`
26+
27+
场景编辑器和本地调试产物不属于公开教程范围。读者需要的是能复现家庭物资助手闭环的代码,而不是本机开发过程中的完整工作目录。

0 commit comments

Comments
 (0)