fix: load .env via python-dotenv; SQLite default for local dev
This commit is contained in:
parent
b140c55cda
commit
8d4f9d1fc6
5 changed files with 20 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -11,3 +11,11 @@ wheels/
|
|||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Env files (contain local secrets/URLs)
|
||||
.env
|
||||
*.env
|
||||
!.env.example
|
||||
|
||||
# SQLite dev database
|
||||
*.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue