35 lines
392 B
Plaintext
35 lines
392 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
|
|
|