Make the repo installable as a package (#26)

This commit is contained in:
boba_and_beer
2021-01-30 05:05:01 +11:00
committed by GitHub
parent 578a1d3e2e
commit 3bee28119e
10 changed files with 70 additions and 5 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
__pycache__/
*.py[cod]
*$py.class
*.egg-info
.pytest_cache
.ipynb_checkpoints
thumbs.db
.DS_Store
.idea