agent-Specialization/.gitignore
JOJO 93628f49fc chore(website): 归档官网文档内容与设计素材
- website-content/:官网 10 篇文档内容 + README
- website-design/:官网设计稿、动画实验、预览图与资源
- 根目录官网截图两张
- .gitignore 忽略 website-design/exp/static/dist 构建产物(7.1MB)
2026-09-02 14:38:51 +08:00

106 lines
2.2 KiB
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.

# OS & tools
.DS_Store
*.swp
*.swo
*.tmp
*.log
# Python artifacts
__pycache__/
*.pyc
.venv/
venv/
# Runtime data (main agent)
# 注意:运行态数据默认已迁出源码树到 ~/.astrion/astrion/<mode>/。
# 以下条目用于忽略「通过具体目录变量指回源码树」或历史遗留的运行态目录。
.wsl-poc/
.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 docsdoc/ 与 docs/ 均为本地文档,不纳入版本控制)
doc/
docs/
workflow_research/
# 部署级配置(含密钥引用 / 机器特定,本地保留,仓库仅留 .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
# Playwright MCP 调试快照(工具自动生成,不进仓库)
.playwright-mcp/
# 子智能体交付物(过程材料,不进仓库)
sub_agent_results/
# ========= 公开发布排除项(本地保留使用,不纳入仓库)=========
# 第三方技能包 / 旧版实现 / 实验 demo
easyagent/
demo/
cli-react-demo/
static/demo/
static/liquid-glass-demo/
static/liquid-glass-demo.html
static/liquid-glass-kube.html
static/old_version_backup/
static/debug-theme.html
# 个人开发笔记与研究资料
research/
# 含私人信息 / 个人工作流约定(脱敏前不进仓库)
CLAUDE.md
api_doc/
config/host_workspaces.json.example
upload_android_apk.sh
scripts/zip_agents.sh
scripts/qq_bot/
test/test_mcp_integration.py
.easyagent/
# 实验 / 一次性脚本与测试残留
scripts/kimi_usage_demo.py
scripts/kimi_cache_test.py
scripts/kimi_official_raw.py
scripts/stream_chunk_probe.py
scripts/mock_aliyun_quota_server.py
scripts/api_tool_role_experiment.py
test/upload_samples/
test/all_icons/
test/demo.html
test/snake.html
test/deepseek_ocr_tutorial.md
# 运行态缓存
cache/
website-design/exp/static/dist/