This commit is contained in:
Neemek 2025-12-14 19:45:09 +01:00
commit d7091e7f36
Signed by: neemek
GPG key ID: 84FFE4D7D40AB25E
12 changed files with 757 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