ci: ignore runtime static uploads in deploy clean step
backend/static is written by the backend container at runtime and is not part of the versioned code. Exclude it (and node_modules / .next) from git clean in deploy_prod so permission errors on root- owned files don't break the deployment.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com