Skip to content

Commit aaeca13

Browse files
committed
gitignore: cover dist*/ so PyInstaller variant dirs (dist5 etc.) can't be committed by accident
1 parent 51a63b8 commit aaeca13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ __pycache__/
1717
.venv/
1818
venv/
1919

20-
# python build artifacts
20+
# python build artifacts (dist*/ 也挡 PyInstaller 的 dist2/dist5 等变体目录)
2121
*.egg-info/
2222
build/
23-
dist/
23+
dist*/

0 commit comments

Comments
 (0)