Files
GenericAgent/.gitignore

67 lines
891 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
# 任务调度目录
tasks/
*.zip
# 存储敏感信息的记忆文件夹(除了公开的 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
# ADB UI tool
!memory/adb_ui.py
# Visual Studio
.vs/
restore_commit.txt