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:
2026-01-08 17:30:50 +01:00
parent d4663df239
commit 0fc0507297
6 changed files with 125 additions and 4 deletions

5
.gitignore vendored
View File

@@ -1,2 +1,5 @@
.venv
*.db
*.db
/dist
/build
__pycache__/