Added *.egg-info/ to .gitignore and untracked scripts/MsgUtils/msgutils.egg-info.- Added *.egg-info/ to .gitignore so pip's editable-install metadata stays out of the repo.- Removed scripts/MsgUtils/msgutils.egg-info/ from the index (files remain on disk; they are regenerated by pip install -e).
Moved MsgUtils/scripts to scripts directory in root of project to separate code generation scripts from actual code.- Moved lib/MsgUtils/scripts to scripts/MsgUtils.- Updated lib/MsgUtils/CMakeLists.txt and associated files for move.