Initial commit
This commit is contained in:
commit
fc8cc85a04
14 changed files with 321 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# TODO: Your editor's folder
|
||||
# .vscode/
|
||||
__pycache__/
|
||||
env/
|
||||
|
||||
.pytest-cache
|
||||
documentation/
|
||||
|
||||
dist/*
|
||||
*.egg-info
|
Loading…
Add table
Add a link
Reference in a new issue