12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
# Sample videos
|
|
samples/*
|
|
!samples/.gitkeep
|
|
|
|
# Output directories (timestamped folders for each video)
|
|
output/*
|
|
!output/.gitkeep
|
|
|
|
# Python cache
|
|
__pycache__
|
|
*.pyc
|
|
.pytest_cache/ |