Update Python.gitignore

spec file created by PyInstaller is useful to share since contains information like hidden-imports, datas and exe-related meta that are fundamentals and necessary for other developers to recreate the exe locally, without struggling to search by themselves what imports and other things are needed.
This commit is contained in:
EliaSchiavon 2022-09-26 17:46:25 +02:00 committed by GitHub
parent e5323759e3
commit cca582632d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@ MANIFEST
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt