Skip to content

Commit

Permalink
Initial (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
vb64 authored Dec 2, 2023
1 parent 4418bcd commit 9d4b4cf
Show file tree
Hide file tree
Showing 95 changed files with 5,064 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
branch = True

[html]
directory = htmlcov
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
__pycache__
*.pyc
*.log
*.pot
*.mo
.coverage
htmlcov/*
venv*
build/
dist/
*.egg-info/
Loading

0 comments on commit 9d4b4cf

Please sign in to comment.