Note that it looks like there was a recent commit that didn't include the generation/auto-formatting that runs w/ hatch run compile, that seems to be responsible for the changes in .gitignore and the moving of len down a line--those changes appeared after running hatch compile even before I'd made any edits. If you'd prefer, I can drop those changes from this PR. Just let me know.
Confirmed this fixes https://github.com/Kaggle/kaggle-api/issues/574 by building locally and successfully pushing a file that'd been edited in VSCode.
Note that it looks like there was a recent commit that didn't include the generation/auto-formatting that runs w/
hatch run compile
, that seems to be responsible for the changes in .gitignore and the moving oflen
down a line--those changes appeared after runninghatch compile
even before I'd made any edits. If you'd prefer, I can drop those changes from this PR. Just let me know.