Cleanup, bugfixes ...
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 2m30s

This commit is contained in:
2025-10-31 01:28:10 +01:00
parent 61c8f8bd90
commit 9d1ac9c3dd
13 changed files with 936 additions and 407 deletions

117
.gitignore vendored
View File

@@ -1,15 +1,104 @@
mucapy/seperate/__pycache__/__init__.cpython-313.pyc
mucapy/seperate/__pycache__/AboutWindow.cpython-313.pyc
mucapy/seperate/__pycache__/CameraDisplay.cpython-313.pyc
mucapy/seperate/__pycache__/CollapsibleDock.cpython-313.pyc
mucapy/seperate/__pycache__/Config.cpython-313.pyc
mucapy/seperate/__pycache__/main.cpython-313.pyc
mucapy/seperate/__pycache__/MainWindow.cpython-313.pyc
mucapy/seperate/__pycache__/MultiCamYOLODetector.cpython-313.pyc
mucapy/seperate/__pycache__/NetworkCameraDialog.cpython-313.pyc
mucapy/__pycache__/todo.cpython-313.pyc
mucapy/todopackage/__pycache__/__init__.cpython-313.pyc
mucapy/todopackage/__pycache__/todo.cpython-313.pyc
mucapy/todopackage/__pycache__/__init__.cpython-312.pyc
mucapy/todopackage/__pycache__/todo.cpython-312.pyc
# ============================
# IDEs and Editors
# ============================
.idea/
.vscode/
*.swp
*.swo
# ============================
# Python
# ============================
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.venv/
venv/
env/
ENV/
pip-wheel-metadata/
pip-log.txt
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Jupyter Notebook
.ipynb_checkpoints
# ============================
# Logs / runtime / temp files
# ============================
*.log
*.pid
*.seed
*.out
*.bak
*.tmp
*.temp
*.DS_Store
Thumbs.db
# ============================
# System and OS junk
# ============================
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
.DS_Store
.Spotlight-V100
.Trashes
.idea_modules/
# ============================
# Custom project folders
# ============================
# Ignore project-specific compiled caches or outputs
mucapy/**/__pycache__/