Make the repo installable as a package (#26)
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.egg-info
|
||||
.pytest_cache
|
||||
.ipynb_checkpoints
|
||||
|
||||
thumbs.db
|
||||
.DS_Store
|
||||
.idea
|
Reference in New Issue
Block a user