When developing a single file self-contained WPF application using .NET 8 that uses the WebView2 component, a folder is created under %temp%\.net while the application is running.
What is the purpose of this folder, when and how is it created, and is it possible or needed to clean up this folder when the application is closed?