So I build my Python app with Auto Py to Exe, and found that it generates the entire Python module's files, which is not what I want as the extra files are unnecessary, increases file size, and not used in my app.
I found this thread "https://stackoverflow.com/questions/42945389/stop-pyinstaller-from-copying-unwanted-unnecessary-files-and-folders" but I didn't understand exactly what I needed to do.
Any way to remove these files?