Files
all/.gitignore
2026-01-02 14:07:44 +01:00

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