From 812387a3ca573a677ddbe4b61caf2a5f3dfdd6c1 Mon Sep 17 00:00:00 2001 From: risen Date: Mon, 22 Apr 2024 13:42:13 +0300 Subject: [PATCH] fix: .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c33d92..1d9e75e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /venv /.idea -/build \ No newline at end of file +/build +/dist +Calc3D.spec \ No newline at end of file