From a9f22fe226320ca151076171c9a9a38b14478ace Mon Sep 17 00:00:00 2001 From: Zusier Date: Sat, 20 Nov 2021 13:17:05 -0800 Subject: [PATCH] Update gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 28196a5..957d957 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,11 @@ # vendor/ # MacOS -*.DS_Store \ No newline at end of file +*.DS_Store + + +# pyinstaller builds +build/ +dist/ +*.spec +__pycache__/ \ No newline at end of file