This commit is contained in:
2026-02-22 20:27:16 +01:00
commit 0d55e301a5
8 changed files with 468 additions and 0 deletions

10
.gitignore vendored Normal file
View File

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