c85bbd3c55
- AGENTS.md: 新增 Codex 代理说明文件 - .gitignore: 屏蔽第三方工具目录 (.prism/, .claudeprism/, .agents/) - preamble: 启用 xcolor dvipsnames 选项,新增 GREEN 颜色与 \greenheading 命令 - ch02-framework: 修正智能体段落引号格式 - ap01-programming: 补充 Python 模块与包的对比说明(esp_engine 示例) - ap02-vibe-coding: 应用 \greenheading 标题样式,强调 commit 作为审核检查点 - 移除 2026_DesignAI.code-workspace(放弃 workspace 持久化方案) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
39 lines
441 B
Plaintext
39 lines
441 B
Plaintext
# === 归档 ===
|
|
Archive/
|
|
|
|
# === 生成输出 ===
|
|
output/
|
|
|
|
# === 大型数据 ===
|
|
.pandoc/zotero-library-1.json
|
|
|
|
# === 工具本地配置 ===
|
|
.obsidian/
|
|
.claude/settings.local.json
|
|
.claude/agents/
|
|
.claude/commands/
|
|
.claude/worktrees/
|
|
.claudian/
|
|
|
|
# === 系统文件 ===
|
|
.DS_Store
|
|
*.docx
|
|
*.zip
|
|
~$*
|
|
~WRL*.tmp
|
|
|
|
# === LaTeX 编译产物 ===
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.bbl
|
|
*.blg
|
|
*.synctex.gz
|
|
*.pdf
|
|
|
|
# 第三方软件
|
|
.prism/
|
|
.claudeprism/
|
|
.agents/
|