Modular vs. monolithic programming with Cursor

I have a python script/project I would like to break up into a few different files, but I’m concerned about cursor losing context. In the past, it seems to work better off one file.

Have others began to keep their projects more monolithic when using Cursor? Any tips for navigating this?