Add persistent multi-user sessions and Docker deployment

This commit is contained in:
burnintuna 2026-07-31 02:39:00 +09:00
parent 51a6e845d1
commit 104577c826
24 changed files with 2094 additions and 468 deletions

23
.dockerignore Normal file
View file

@ -0,0 +1,23 @@
.git
.gitignore
.env
.env.*
!.env.example
.venv
venv
__pycache__
*.py[cod]
*.db
*.db-shm
*.db-wal
data
config/*.json
frontend/node_modules
frontend/dist
tests
.pytest_cache
.mypy_cache
.ruff_cache
*.md
compose*.yml
Dockerfile*