21 lines
338 B
Plaintext
21 lines
338 B
Plaintext
# Sample videos
|
|
samples/*
|
|
!samples/.gitkeep
|
|
|
|
# Output directories (timestamped folders for each video)
|
|
output/*
|
|
!output/.gitkeep
|
|
|
|
# doocus document extraction output (textified docs + metadata; local-only)
|
|
docs-output/
|
|
|
|
# Python cache
|
|
__pycache__
|
|
*.pyc
|
|
.pytest_cache/
|
|
|
|
# uv virtual environment (uv.lock IS committed)
|
|
.venv/
|
|
|
|
local-run.sh
|