Cleanup, bugfixes ...
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 2m30s
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 2m30s
This commit is contained in:
117
.gitignore
vendored
117
.gitignore
vendored
@@ -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__/
|
||||
|
||||
Reference in New Issue
Block a user