Skip to content

Commit 5e612bb

Browse files
committed
Add gitignore
1 parent 8f9bf35 commit 5e612bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/dist/
2+
/site/
3+
.pytype/
4+
__pycache__/
5+
*.egg-info/
6+
.venv/
7+
poetry.lock
8+
.vscode

0 commit comments

Comments
 (0)