chore: gitignore 添加 MCP 工具目录 + 清理测试截图

- .megamemory/ (知识图谱)
- .playwright-mcp/ (浏览器状态/截图)
- tmp/ (临时文件)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Your Name
2026-05-30 20:39:47 +08:00
parent ede7fbaa64
commit 48ef06babb
+5
View File
@@ -21,6 +21,11 @@ ENV/
# Agent memory (local MCP persistence, do not commit)
.claude/mcp-memory.jsonl
# MCP tool data (local development artifacts)
.megamemory/
.playwright-mcp/
tmp/
# IDE
.vscode/
.idea/