27 lines
525 B
Plaintext
27 lines
525 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/
|
|
|
|
# Managed collection roots (one subfolder per source; index.json + sidecars).
|
|
# doocus-data = document collections, meetus-data = meeting collections.
|
|
doocus-data/
|
|
meetus-data/
|
|
|
|
# Python cache
|
|
__pycache__
|
|
*.pyc
|
|
.pytest_cache/
|
|
|
|
# uv virtual environment (uv.lock IS committed)
|
|
.venv/
|
|
|
|
local-run.sh
|
|
meetings
|