Every time we pull (and maybe other git actions), a script runs that generates a TODO.md. This can be terribly annoying when you just want to pull main to open a new branch and have to git restore --staged TODO.md && git reset TODO.md (usually after you've already tried to open the branch). Let's turn off that script so it doesn't run on every pull.