init commit

This commit is contained in:
2026-05-11 19:05:24 +02:00
commit be85d7ca31
2 changed files with 350 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# 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