| # 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 | |