Files
GenericAgent/.gitignore
Liang Jiaqing 38a8498640 refactor: 配置 memory_management_sop.md 白名单
- 在 .gitignore 中添加白名单规则
- 允许追踪 memory/memory_management_sop.md
- 保持 memory/ 中其他敏感文件被忽略
2026-02-01 14:23:22 +08:00

40 lines
468 B
Plaintext
Raw 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.
# 临时文件夹
temp/
tmp/
# Python 编译文件与环境
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
build/
dist/
*.egg-info/
# Streamlit 配置与缓存
.streamlit/
# IDE 配置
.vscode/
.idea/
*.swp
*.swo
# 操作系统文件
.DS_Store
Thumbs.db
# 本地日志与凭据
*.log
.env
auth.json
# 忽略模型响应记录
model_responses.txt
*.zip
# 存储敏感信息的记忆文件夹(除了公开的 SOP
memory/
!memory/memory_management_sop.md