chore: .gitignore增加PyInstaller产物,移除已提交的spec

This commit is contained in:
2026-05-08 16:28:40 +08:00
parent 187068f6cc
commit 8d81c20032
2 changed files with 6 additions and 46 deletions
+6 -1
View File
@@ -17,4 +17,9 @@ Thumbs.db
.obsidian/
# Flask
.playwright-mcp/
.playwright-mcp/
# PyInstaller 打包产物
dist/
build/
*.spec