MicroPython on Pico. Started with Thonny (easy REPL). Now project has 6 files, Thonny file management painful. Tried: Thonny: great REPL, clunky multi-file mpremote: CLI, scriptable, steep start rshell: rsync-like, feels natural from bash background Settled on mpremote for deploy (mpremote cp *.py :) + Thonny for live REPL debug. MicroPython devs: whats your deploy loop for multi-file projects? Any VS Code extension worth the setup?