.venv/
__pycache__/
*.pyc
*.log
.pytest_cache/
.ruff_cache/
dist/

# Personal config — copy the *.example.json files and edit.
# These hold your hotkeys, models, and personal dictionary/glossary.
config.json
glossary.json

# Installer build output (PyInstaller onedir/.app, Inno Setup .exe, .dmg,
# AppImage) - see packaging/*/build_*.sh and packaging/pyinstaller/*.spec.
packaging/dist/
packaging/build/
*.AppImage
# Regenerated each AppImage build with the freshly-built wheel's path -
# see packaging/linux/build_appimage.sh.
packaging/linux/appdir/requirements.txt
