Skip to content

Commit 189323b

Browse files
committed
gitignore: ignore Python packaging artifacts
1 parent 903ba94 commit 189323b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
*.pyc
22
__pycache__
33
*.swp
4+
dist
5+
build
6+
*.egg-info

0 commit comments

Comments
 (0)