# Files in this repo that are dev-only and must NOT ship to the HF Spaces. # `deploy.sh` honors this via `git archive --worktree-attributes`. # Rule of thumb: if HF Spaces would never import/execute it, export-ignore it. # Do NOT export-ignore server.py — app.py imports from it at runtime on HF. .github/ export-ignore SPLIT_STRATEGY.md export-ignore deploy.sh export-ignore Dockerfile export-ignore .dockerignore export-ignore social_media_distributor/ export-ignore frontend/ export-ignore batch_translate.py export-ignore client_insta_links.jsonl export-ignore # Per-Space file overrides — deploy.sh copies these from $REPO_ROOT # into the Space clone, so they must not ride along in the shared # export (would clutter every Space). README-dramabox.md export-ignore app-dramabox.py export-ignore