Enhance build process and GUI for Path Juggler. Updated build script to use Nuitka for creating a standalone macOS app. Added .DS_Store and build artifacts to .gitignore. Refactored GUI to utilize PySide6, improving layout and styling. Updated logging mechanism for thread-safe operations and enhanced status indicators.

This commit is contained in:
2025-12-09 23:15:23 +02:00
parent 6479b24195
commit 06089799ee
7 changed files with 571 additions and 292 deletions

6
.gitignore vendored
View File

@@ -1,3 +1,9 @@
# macOS
.DS_Store
# Build artifacts
.build_venv/
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/