Files
GenericAgent/.gitignore

76 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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 é…<C3A9>置与缓存
.streamlit/
# IDE é…<C3A9>ç½®
.vscode/
.idea/
*.swp
*.swo
# æ“<C3A6>作系统æ‡ä»¶
.DS_Store
Thumbs.db
# 本地日志与凭æ<C2AD>®
*.log
.env
auth.json
# 忽略模åžå“<C3A5>应记录
model_responses.txt
# 任务调度目录
tasks/
*.zip
# å­˜å¨æ•<C3A6>感信æ<C2A1>¯çš„记忆æ‡ä»¶å¤¹ï¼ˆé™¤äº†å…¬å¼€çš„ SOP)
memory/*
!memory/memory_management_sop.md
# Allow tracking of specific SOPs
!memory/web_setup_sop.md
!memory/autonomous_operation_sop.md
!memory/scheduled_task_sop.md
# ljqCtrl related tools
!memory/ljqCtrl.py
!memory/ljqCtrl_sop.md
# mem_scanner related tools
!memory/mem_scanner.py
!memory/mem_scanner_sop.md
# TMWebDriver SOP
!memory/tmwebdriver_sop.md
# Subagent SOP
!memory/subagent_sop.md
# ADB UI tool
!memory/adb_ui.py
# Visual Studio
.vs/
restore_commit.txt
# ¼Æ»®ÈÎÎñµ÷¶ÈĿ¼
sche_tasks/
model_responses.sync-conflict-*
QUICK_START.md