53 lines
985 B
Plaintext
53 lines
985 B
Plaintext
# OS & tools
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.log
|
|
|
|
# Python artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# Runtime data (main agent)
|
|
# 注意:运行态数据默认已迁出源码树到 ~/.agents/<mode>/。
|
|
# 以下条目用于忽略「通过具体目录变量指回源码树」或历史遗留的运行态目录。
|
|
logs/
|
|
data/
|
|
project/
|
|
users/
|
|
api/
|
|
webapp.pid
|
|
|
|
# Runtime data (sub agent)
|
|
# 旧版 sub_agent/ 子项目已移除,子智能体逻辑现统一在 easyagent/。
|
|
sub_agent_results/
|
|
|
|
# Misc
|
|
*.pid
|
|
.env
|
|
node_modules/
|
|
static/dist/
|
|
*.tsbuildinfo
|
|
user_upload/
|
|
skills/
|
|
|
|
# 本地实验残留与历史文档归档(不进仓库)
|
|
_experiments/
|
|
|
|
# Ignore docs
|
|
doc/
|
|
|
|
# 部署级配置(含密钥引用 / 机器特定,本地保留,仓库仅留 .example 种子)
|
|
config/host_workspaces.json
|
|
config/custom_models.json
|
|
config/auto_approval.json
|
|
config/goal_review.json
|
|
config/host_sandbox_policy.json
|
|
|
|
# Claude Code local artifacts (settings, worktrees)
|
|
.claude/
|
|
easyagent/models.json
|