This commit is contained in:
Mariano Gabriel
2025-10-20 00:03:41 -03:00
parent a999bc9093
commit cd7b0aed07
11 changed files with 776 additions and 312 deletions

9
.gitignore vendored
View File

@@ -2,10 +2,11 @@
samples/*
!samples/.gitkeep
# Output files
# Output directories (timestamped folders for each video)
output/*
!output/.gitkeep
# Extracted frames
frames/
__pycache__
# Python cache
__pycache__
*.pyc
.pytest_cache/