From b095c367760fbc4a381e842a27bf74657f81b288 Mon Sep 17 00:00:00 2001 From: bartool Date: Sat, 9 May 2026 12:30:35 +0200 Subject: [PATCH] init commit --- .gitignore | 31 +++++++++++++++++++++++++++++++ readme.md | 0 2 files changed, 31 insertions(+) create mode 100644 .gitignore create mode 100644 readme.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e7acbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# 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 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e69de29