Files
duck-stain-yolo/.gitignore
bartool 090865af76 Initial MVP application skeleton
Add PySide6 camera UI, YOLO/Tesseract detection pipeline, capture metadata, configuration, and project gitignore.
2026-05-07 00:18:38 +02:00

32 lines
362 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Virtual environments
.venv/
.venv-*/
venv/
env/
# Local/runtime data
captures/photos/*
captures/videos/*
!captures/photos/.gitkeep
!captures/videos/.gitkeep
models/*
!models/.gitkeep
# OS/editor
.DS_Store
.idea/
.vscode/
# Ultralytics/runtime caches
runs/
*.onnx
*.engine