Skip to content

Commit 518c388

Browse files
ci: add test CI and PyPI publish workflows, add .gitignore
1 parent b00479a commit 518c388

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
__pycache__/
2+
*.pyc
3+
*.pyo
4+
.env
5+
.venv/
6+
venv/
7+
dist/
8+
*.egg-info/
9+
.pytest_cache/
10+
.coverage
11+
htmlcov/

0 commit comments

Comments
 (0)