27 lines
383 B
Plaintext
27 lines
383 B
Plaintext
# 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/
|