From cca582632d19f3d01cb583586c6ee742c42c80b9 Mon Sep 17 00:00:00 2001 From: EliaSchiavon <85481745+EliaSchiavon@users.noreply.github.com> Date: Mon, 26 Sep 2022 17:46:25 +0200 Subject: [PATCH] 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. --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..7be824a3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -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