ai_member_xiaobian/tmp/README.md
2026-04-03 17:11:18 +08:00

17 lines
498 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# tmp/ - 临时文件目录
存放数字员工运行过程中产生的临时文件。
## 用途
- 中间处理结果(如数据清洗、格式转换的中间产物)
- 临时下载的文件
- 调试和排查问题时的临时日志
## 规则
- 此目录下的文件**不保证持久化**,可随时清理
- 不要在此存放需要长期保留的文件(应放入 `output/`
- 不要在此存放敏感信息(应记录在 `secrets.md`
- 建议定期清理,避免占用过多空间