Skip to content

Commit d1f06f5

Browse files
committed
Add build products to gitignore
1 parent 0705cf5 commit d1f06f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ __pycache__/
1010
coverage.xml
1111
htmlcov/
1212

13+
# Package development
14+
*.egg-info/
15+
build/
16+
dist/
17+
1318
# Virtual environments
1419
.venv/
1520
venv/

0 commit comments

Comments
 (0)