Description
The .binary and .elf files created by SimpleIDE used to be appear in the the memory model sub-folder (cmm/lmm). As of 1.0.51, they are still created there, but copies are also created in the project folder with the .side and .c files.
To reproduce this new behavior, open any .side program, F9, and then check the folder that contains the .side and .c project files with a file browser. The .binary and .elf files are created in the .cmm/.lmm folder (where they are expected to appear), but copies are also created a level up with the .side and .c files (where they should not appear).
The desired behavior is that no files involved with the build be automatically created at the project file level. The should only be created inside the memory model sub-folder (cmm/lmm).