Skip to content

Commit d82c766

Browse files
committed
chore: glob-ignore .venv*/build/egg-info so they can't be packed into sdist
1 parent ef536b0 commit d82c766

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ build/
1010
*.egg
1111
.venv/
1212
venv/
13+
.venv*
14+
*.egg-info

0 commit comments

Comments
 (0)