Skip to content

Commit 147cc59

Browse files
committed
🙈 Add .gitignore
1 parent 7414067 commit 147cc59

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Python-generated files
2+
__pycache__/
3+
*.py[oc]
4+
build/
5+
dist/
6+
wheels/
7+
*.egg-info
8+
9+
# Virtual environments
10+
.venv
11+
12+
# Coverage
13+
htmlcov
14+
.coverage*

0 commit comments

Comments
 (0)