feat: add environment configuration and SQLite migration support
This commit is contained in:
@@ -3,3 +3,10 @@ dist/
|
||||
artifacts/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
data/
|
||||
*.sqlite
|
||||
*.sqlite-shm
|
||||
*.sqlite-wal
|
||||
|
||||
Reference in New Issue
Block a user