Skip to content

Commit 1a93d81

Browse files
Create .gitignore
1 parent cd81e61 commit 1a93d81

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.idea/
2+
.vscode/
3+
.venv*/
4+
venv*/
5+
__pycache__/
6+
dist/
7+
.coverage*
8+
htmlcov/
9+
.tox/
10+
docs/_build/

0 commit comments

Comments
 (0)