Remove old widget-based Python UI (replaced by QML), unused build scripts, NL/variable/webfont variants, old shaders, PNG icons (replaced by SVGs), and standalone test files. Add build.bat and build.spec for the bootstrapper build system.
29 lines
261 B
Plaintext
29 lines
261 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
env/
|
|
|
|
# Distribution / Build
|
|
dist/
|
|
build/
|
|
runtime/
|
|
|
|
# Trash / Unused
|
|
_trash/
|
|
_unused_files/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
.claude/
|
|
|
|
# Application Specific
|
|
models/
|
|
recordings/
|
|
*.log
|
|
settings.json
|