Hide Baked Lighting on Runtime

I have a large number of lights that are baked into my scene. I would like to keep the lights in the editor for reference only and would like a quick way to disable all of the baked lights on runtime. What is the most efficient method to achieve this?

Based on syclamoth’s comment, using BakedOnly in the Lightmapping setting worked.