Refactor database handler to dynamically set database path and create app data directory; add installer script and requirements file for packaging
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,2 +1,5 @@
|
||||
.venv
|
||||
*.db
|
||||
*.db
|
||||
/dist
|
||||
/build
|
||||
__pycache__/
|
||||
Reference in New Issue
Block a user