# 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/.gitkeep

# OS/editor
.DS_Store
.idea/
.vscode/

# Ultralytics/runtime caches
runs/
*.onnx
*.engine
