Handling Images in Grav

I’m trying to understand the best way to handle images in Grav.

I was considering a central image directory at /user/pages/images (as this would be easy to sync with production), but then I realised that page.media.images requires all associated image files to live in the individual page directory, along with the .md file that contains the content for the page.

Does this mean that I should just store my images in Git and use Git to deploy them along with the .md file, etc?