Refactor configuration; enhance quote function type hints, improve database URI setup for SQLite, and add BASE_DIR for better path management

This commit is contained in:
Yaro Kasear 2025-06-20 13:55:50 -05:00
parent e67ae63eb8
commit 142e909a88
2 changed files with 14 additions and 7 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
__pycache__/
.venv/
.env
.env
app.db