This commit is contained in:
Neemek 2025-11-06 16:42:22 +01:00
commit 14a17e01a9
Signed by: neemek
GPG key ID: 84FFE4D7D40AB25E
6 changed files with 55 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