This commit is contained in:
randogoth 2025-10-20 20:54:19 +03:00
commit 6350a8a305
9 changed files with 3219 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