AdmiralTaco's picture
gitignore: all video/*.png frame checks, not just check_*
ad4f744
Raw
History Blame Contribute Delete
528 Bytes
# Secrets -- never commit. The token lives here only for local auth.
.env
*.env
# Generated trace artifact (published to a separate HF dataset, not the app repo)
traces.jsonl
# Generated fine-tuning set (built from traces; not part of the app repo)
scripts/finetune/sft.jsonl
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.venv/
*.egg-info/
.DS_Store
# Demo-video pipeline artifacts (regenerable; video/*.py scripts are source, outputs are not)
video/raw/
video/vo/
video/*.mp4
video/*.webm
video/timeline.json
video/*.png