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
23
.dockerignore
Normal file
23
.dockerignore
Normal 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*
|
||||
Loading…
Add table
Add a link
Reference in a new issue