Add video analysis script, project setup, and docs/research

This commit is contained in:
2026-05-13 11:06:14 -07:00
parent e1141cc663
commit 8d6f361ef7
4 changed files with 322 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Secrets
.env
.env.*
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Video analysis frames (intermediate)
.tmp_video_frames/
# IDE
.idea/
.vscode/
*.swp