agent-Specialization/.gitignore
JOJO e3c897947f refactor(paths): 统一迁移运行态数据路径到 Astrion 命名空间
- 工作区内部路径 .agents/ -> .astrion/
- 默认运行态数据根 ~/.agents/agents/ -> ~/.astrion/astrion/
- 环境变量 AGENTS_DATA_ROOT -> ASTRION_DATA_ROOT(无兼容)
- 同步更新代码、测试、文档与脚本中的路径引用
- 新增 .gitignore 忽略 .astrion/ 与 .agents/ 运行态目录
2026-07-10 00:35:15 +08:00

55 lines
1013 B
Plaintext

# OS & tools
.DS_Store
*.swp
*.swo
*.tmp
*.log
# Python artifacts
__pycache__/
*.pyc
.venv/
venv/
# Runtime data (main agent)
# 注意:运行态数据默认已迁出源码树到 ~/.astrion/astrion/<mode>/。
# 以下条目用于忽略「通过具体目录变量指回源码树」或历史遗留的运行态目录。
.astrion/
.agents/
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