Files
duck-preview/.gitignore
2026-05-11 19:05:24 +02:00

32 lines
359 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/.gitkeep
# OS/editor
.DS_Store
.idea/
.vscode/
# Ultralytics/runtime caches
runs/
*.onnx
*.engine
*.log