feat: implement logging setup and CSV telemetry logging for performance metrics

This commit is contained in:
2026-05-12 22:15:50 +02:00
parent aec286c5ec
commit d62416db4e
9 changed files with 426 additions and 106 deletions

3
.gitignore vendored
View File

@@ -12,6 +12,9 @@ __pycache__/
venv/
env/
# Log files
logs/
# Local/runtime data
captures/photos/*
captures/videos/*