feat: rebuild as multi-user web agent
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.venv
|
||||
**/__pycache__
|
||||
**/*.py[cod]
|
||||
.pytest_cache
|
||||
.ruff_cache
|
||||
.mypy_cache
|
||||
.coverage
|
||||
htmlcov
|
||||
.runtime
|
||||
.logs
|
||||
node_modules
|
||||
.svelte-kit
|
||||
build
|
||||
dist
|
||||
*.egg-info
|
||||
*.sqlite3
|
||||
*.db
|
||||
tests
|
||||
docs
|
||||
Reference in New Issue
Block a user