I am using ESP32 with eclipse esp-idf plugin. It uses CMake to build the application. I want to run on each build a python script. In standard C eclipse project I do using prebuild steps in project configuration. In case of esp-idf project there is no such option. Is it possible to run this python script before each build?