Add persistent multi-user sessions and Docker deployment
This commit is contained in:
parent
51a6e845d1
commit
104577c826
24 changed files with 2094 additions and 468 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -10,6 +10,12 @@ __pycache__/
|
|||
# Build output
|
||||
frontend/dist/
|
||||
|
||||
# Persistent application data
|
||||
data/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Env files
|
||||
.env
|
||||
config/.jwt-secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue