Q1. When I create an exe file with the pyinstaller, a build folder and a spec file are created, what are these?
Q2. Is there no problem in running exe file even if I delete these?
Q3. Or do I have to distribute these together when I distribute exe file to other computers?
Q4. additionally, what is the dist folder?
When I delete build folder, spec file and dist folder, the exe file executes well on my computer.