Fix Symlink Shebang Persistence When a symlink points to a git-tracked repo file with a generic shebang (e.g., ), edits get overwritten on . Instead of editing the repo file, repoint the symlink to the venv's generated entry point (e.g., ), which has the correct venv-specific shebang and isn't git-tracked. Use to update the symlink target. ---