# PyInstaller build artefacts build/ dist/ *.spec # Python cache __pycache__/ *.py[cod] # Distribution staging folders (built per-version, attached to Gitea Releases) portable-v*/ # Local backup of release archives releases/ # Runtime output out/ # Editor / OS junk .vscode/ .idea/ .DS_Store Thumbs.db # Local scratch: squashfs/ISO extracts during dev inspection .sds_inspect/ # Stray runtime config.ini generated next to source in dev mode dev/src/vrcx/config.ini