chore: update .gitignore to ignore all 'dist*' build artifacts instead of just 'dist/'.

This commit is contained in:
2026-01-29 23:14:41 +08:00
parent dd469d2f63
commit d15cb8bd82

2
.gitignore vendored
View File

@@ -5,7 +5,7 @@ __pycache__/
# Distribution / Build
build/
dist/
dist*
# *.spec # Keep spec file for reproducible builds
# IDE / Editors