Initial commit

This commit is contained in:
2026-05-30 14:11:33 +01:00
commit 84d23b739f
5 changed files with 911 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
@"
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
build/
dist/
*.spec
installer_output/
downloads/
*.part
*.tmp
*.log
.idea/
.vscode/
Thumbs.db
.DS_Store
"@ | Out-File -Encoding utf8 .gitignore