Add .gitignore and remove venv/pycache from tracking

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 11:32:00 +02:00
parent 8f7399de58
commit 084322d48b
15 changed files with 8 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/