Initial commit

This commit is contained in:
2025-10-12 13:48:41 +02:00
commit 35cd34b3ca
17 changed files with 10495 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# NVDA addon
*.nvda-addon
addon/manifest.ini
# SCons
.sconsign.dblite
.sconf_temp/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Build
build/
dist/
*.egg-info/