3f3ba0f1e0
根 .gitignore: 工具缓存/Python/Overleaf/IDE officefile/.gitignore: Obsidian/Pandoc/downloads 移除冗余规则(*.log 过宽、递归匹配不清晰等)
20 lines
252 B
Plaintext
20 lines
252 B
Plaintext
# === 工具缓存 ===
|
|
.claude/
|
|
.playwright-mcp/
|
|
|
|
# === Python ===
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# === Overleaf(独立管理)===
|
|
officefile/latex/
|
|
|
|
# === 旧的嵌套 Git 历史 ===
|
|
.git-old-local/
|
|
|
|
# === IDE / OS ===
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|