Clean push: Removed heavy files & added only latest snapshot

This commit is contained in:
2025-07-26 05:16:12 +05:30
commit acf84e8767
250 changed files with 58564 additions and 0 deletions

28
.dockerignore Normal file
View File

@@ -0,0 +1,28 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
dist/
.git/
*.db
*.log
*.pt
*.bin
*.onnx
*.xml
*.jpg
*.png
*.mp4
datasets/
DeepLabV3Plus-Pytorch/
qt_app_pyside1/build/
qt_app_pyside1/__pycache__/
qt_app_pyside1/*.pt
qt_app_pyside1/*.bin
qt_app_pyside1/*.onnx
qt_app_pyside1/*.xml
qt_app_pyside1/*.jpg
qt_app_pyside1/*.png
qt_app_pyside1/*.mp4