-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy path.gitignore
More file actions
156 lines (116 loc) · 2.7 KB
/
Copy path.gitignore
File metadata and controls
156 lines (116 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
temp/
tmp/
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
build/
dist/
*.egg-info/
.streamlit/
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
*.log
.env
auth.json
model_responses.txt
# Sensitive files (API keys, credentials)
mykey.py
tasks/
*.zip
*.exe
memory/*
!memory/memory_management_sop.md
# Allow tracking of specific SOPs
!memory/web_setup_sop.md
!memory/autonomous_operation_sop.md
!memory/autonomous_operation_sop/
!memory/autonomous_operation_sop/**
!memory/scheduled_task_sop.md
# L4 session archiver (only the script, not archives)
!memory/L4_raw_sessions/
memory/L4_raw_sessions/*
!memory/L4_raw_sessions/compress_session.py
!memory/L4_raw_sessions/salient_mining_sop.md
# ljqCtrl related tools
!memory/ljqCtrl.py
!memory/ljqCtrl_sop.md
!memory/macljqCtrl.py
!memory/computer_use.md
!memory/ljqCtrlBg.py
# procmem_scanner related tools
!memory/procmem_scanner.py
!memory/procmem_scanner_sop.md
# TMWebDriver SOP
!memory/tmwebdriver_sop.md
# Vue3 Component SOP
!memory/vue3_component_sop.md
# Subagent SOP
!memory/subagent.md
# Incubator SOP
!memory/incubator_sop.md
# Supervisor SOP
!memory/supervisor_sop.md
# Plan SOP
!memory/plan_sop.md
# UltraPlan SOP
!memory/ultraplan_sop.md
# Goal Mode SOP
!memory/goal_mode_sop.md
# Goal Hive Mode SOP
!memory/goal_hive_sop.md
!memory/goal_hive_master_duty.md
# Morphling SOP
!memory/morphling_sop.md
# ADB UI tool
!memory/adb_ui.py
# Keychain
!memory/keychain.py
# Vision / OCR / UI detection tools
!memory/ocr_utils.py
!memory/vision_sop.md
!memory/ui_detect.py
!memory/vision_api.template.py
# Memory management
!memory/memory_cleanup_sop.md
# Checklist/MapReduce
!memory/checklist_helper.py
!memory/checklist_sop.md
# Code Review Principles
!memory/code_review_principles.md
# Review Mode SOP
!memory/review_sop.md
# Visual Studio
.vs/
restore_commit.txt
sche_tasks/
assets/copilot_proxy.pyw
# 模型 instruction(本地定制,不入库)
assets/glm52_instruction.txt
assets/gpt55_instruction.txt
**log.*
# Reflect (ignore new files, whitelist existing)
reflect/*
!reflect/autonomous.py
!reflect/scheduler.py
!reflect/agent_team_worker.py
!reflect/goal_mode.py
!reflect/checklist_master.py
# Conductor IM plugins: 私有插件/配置不入库。示例为 _email_example.py / _lark_example.py
# (以 _ 开头不会被加载器自动轮询)。去掉下划线/示例后缀复制为 email.py / lark.py 即启用。
frontends/conductor_im_plugins/*
# Universal: never track __pycache__ anywhere
**/__pycache__/
.claude/
# Project Mode SOP
!memory/project_mode_sop.md
# 本地 bug / 局限报告草稿(交给维护者参考,不进仓库)
/BUG_*.md
# Beta 渠道:订阅门户插件(仅 beta 分发携带,不入库)
plugins/subscription_portal.py