26 lines
478 B
Text
26 lines
478 B
Text
# PyInstaller build artifacts
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Local build cache (prod/test/old portable folders per version)
|
|
builds/
|
|
|
|
# Legacy staging folders (kept for compatibility with old checkouts)
|
|
portable-v*/
|
|
|
|
# Stray standalone exe (we never commit binaries — they live in GitHub releases)
|
|
*.exe
|
|
|
|
# Local backup of release archives (kept locally for history, not in repo)
|
|
releases/
|
|
|
|
# Editor / OS junk
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|