15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
# Sample videos
|
|
samples/*
|
|
!samples/.gitkeep
|
|
|
|
# Output directories (timestamped folders for each video)
|
|
output/*
|
|
!output/.gitkeep
|
|
|
|
# Python cache
|
|
__pycache__
|
|
*.pyc
|
|
.pytest_cache/
|
|
|
|
local-run.sh
|