From 150af473c3394fc164243899a189792401ef96f0 Mon Sep 17 00:00:00 2001 From: actuallyaryaman Date: Thu, 16 Feb 2023 23:04:22 +0530 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3633ef35..93ca0d40 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ tempCodeRunnerFile.py webdav.py test.py secret.py -__pycache__/ \ No newline at end of file +__pycache__/ +*.spec +build/ +dist/ \ No newline at end of file