All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 3m30s
55 lines
570 B
Plaintext
55 lines
570 B
Plaintext
# Python bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.conda/
|
|
.python-version
|
|
|
|
# Testing / type-check / tooling caches
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pyre/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache/
|
|
nosetests.xml
|
|
coverage.xml
|
|
htmlcov/
|
|
|
|
# Build and packaging
|
|
build/
|
|
dist/
|
|
.eggs/
|
|
*.egg-info/
|
|
*.egg
|
|
pip-wheel-metadata/
|
|
*.manifest
|
|
*.spec
|
|
|
|
dist_upload/
|
|
SeaLoader.exe
|
|
SeaLoader_Windows_x64.zip
|
|
|
|
# Editors/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local configuration
|
|
usersettings.ini
|
|
|
|
# Logs
|
|
*.log
|