Skip to content

Commit 96df7b1

Browse files
committed
Updated gitignore
1 parent 4303eb6 commit 96df7b1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
__pycache__/
22
*.pyc
33
.env
4-
.venv
4+
.venv
5+
6+
# build outputs
7+
/dist/
8+
*.egg-info/

0 commit comments

Comments
 (0)