From d15cb8bd82abc477a209f40848beb2893ee7ca5b Mon Sep 17 00:00:00 2001 From: wwartana Date: Thu, 29 Jan 2026 23:14:41 +0800 Subject: [PATCH] chore: update .gitignore to ignore all 'dist*' build artifacts instead of just 'dist/'. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea03cbd..2ccb7f5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ __pycache__/ # Distribution / Build build/ -dist/ +dist* # *.spec # Keep spec file for reproducible builds # IDE / Editors