57c04644d2
删除 content_raw.tex、_test_ch04.tex、_check_jumps.py、_check_nums.py 将 officefile/latex/figures/ 加入 .gitignore Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
35 lines
417 B
Plaintext
35 lines
417 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
|
|
officefile/latex/figures/
|