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:
parent
e67ae63eb8
commit
142e909a88
2 changed files with 14 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
__pycache__/
|
||||
.venv/
|
||||
.env
|
||||
.env
|
||||
app.db
|
Loading…
Add table
Add a link
Reference in a new issue