29 lines
271 B
Plaintext
29 lines
271 B
Plaintext
# PyInstaller build files
|
|
build/
|
|
dist/
|
|
*.spec
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Python cache
|
|
.pytest_cache/
|
|
*.egg-info/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Keep only source files
|
|
!installer.py
|
|
!build.bat
|
|
!logo.ico
|
|
!.gitignore
|
|
!README.md
|