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:
parent
e5323759e3
commit
cca582632d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user