chore: .gitignore um *.zip und build/ erweitern

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-11 12:04:57 +02:00
parent 05ff5765bf
commit 007006d2ab
+2
View File
@@ -1,7 +1,9 @@
__pycache__/ __pycache__/
*.pyc *.pyc
*.zip
.venv/ .venv/
dist/ dist/
build/
*.egg-info/ *.egg-info/
.mypy_cache/ .mypy_cache/
.worktrees/ .worktrees/