20 lines
325 B
Text
20 lines
325 B
Text
# PyInstaller build artifacts
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Distribution staging folders (built per-version, attached to GitHub Releases)
|
|
portable-v*/
|
|
|
|
# Local backup of release archives (kept locally for history, not in repo)
|
|
releases/
|
|
|
|
# Editor / OS junk
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|