Made project structure more modular.
* Project can now be started as a package * Added unit-tests
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -2,5 +2,9 @@
|
||||
|
||||
/.direnv/
|
||||
|
||||
# config and database
|
||||
*.json
|
||||
*.bin
|
||||
|
||||
# python
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
|
Reference in New Issue
Block a user