From 85bb4c9f289711f99713afffdb1dd3012b3af3a7 Mon Sep 17 00:00:00 2001 From: Junior Date: Tue, 11 Jun 2024 20:44:51 -0400 Subject: [PATCH] Exclude dist/ and build/ --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18c826b..fc9f7b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.swp __pycache__ *.pyc -desktop.ini \ No newline at end of file +desktop.ini +dist/ +build/ \ No newline at end of file