Make a region of code ignored by AI. (//#region ai-ignore ... //#endregion)

It would be great to have the ability to specify portions of code that the AI should ignore, such as:

//#region ai-ignore
"Code here"
 //#endregion

The removal of ignored code should happen before the code gets sent to the AI, to prevent the context from being overloaded.