feat: add environment configuration and SQLite migration support

This commit is contained in:
Zoe
2026-09-19 15:00:32 -05:00
parent 75b3a01aee
commit 118a5387cb
10 changed files with 193 additions and 2 deletions
+7
View File
@@ -3,3 +3,10 @@ dist/
artifacts/
__pycache__/
*.pyc
.env
.env.*
!.env.example
data/
*.sqlite
*.sqlite-shm
*.sqlite-wal