Files
whisper_voice/.gitignore
Your Name 02ef33023d Remove unused files: old UI, build scripts, fonts, test files
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.
2026-02-18 22:25:04 +02:00

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