Skip to content

Commit 550a9e2

Browse files
committed
Add .gitignore
1 parent a838b5b commit 550a9e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
__pycache__/
2+
*.pyc
3+
.pytest_cache/
4+
dist/
5+
*.egg-info/
6+
venv/
7+
.vscode/

0 commit comments

Comments
 (0)