From b7597320fd80e41ae51d495e7ed4ccb66dbef8df Mon Sep 17 00:00:00 2001 From: HeshamTB Date: Fri, 28 Aug 2020 18:53:22 +0300 Subject: [PATCH] Ignore pyinstaller files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 542eed8..a55b6b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ __pycache__/ keys/ test-file + +#pyinstaller files +dist/ +build/ +*.spec