**/__pycache__/
**/*.pyc
**/*.pyo
**/.pytest_cache/
**/.mypy_cache/
**/.venv/
**/venv/
**/.env
**/.git/
**/.gitignore
**/.idea/
**/.vscode/

# catalog + weights are produced inside the build, not shipped from the host
src/catalog/
src/catalog_manifest.json
ckpts/
src/uploads/

# host-side videoseal shim residues
configs/
videoseal/
catalog_manifest.json
.venv/

# input/ is NOT ignored: the builder reads the seed clips from it
