Files
KG_ICH/.gitignore
T
pengxiao 3f3ba0f1e0 fix: 精简 .gitignore,职责分明
根 .gitignore: 工具缓存/Python/Overleaf/IDE
officefile/.gitignore: Obsidian/Pandoc/downloads
移除冗余规则(*.log 过宽、递归匹配不清晰等)
2026-05-30 00:59:18 +08:00

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