This commit is contained in:
wendtalexander
2025-10-06 15:57:36 +02:00
commit 423754ece3
8 changed files with 1436 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
test/
dist/
wheels/
*.egg-info
# Virtual environments
.venv