Include/exclude certain files in DEV compiler

I want to have multiple .ino files for my project to allow me to easily switch between testing and production.

Is there an easy way to include/exclude certain files in the DEV compiler?

Try putting the filenames to exclude into a particle.ignore file.