feat: initiale Projektstruktur nach Framework 1.7

This commit is contained in:
darklithium
2026-06-01 17:16:02 +02:00
commit 9123c7465f
17 changed files with 1919 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Build-Dateien
build/
click_pkg/
*.click
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Qt
*.qmlc
*.qrc
# IDE
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db