feat: add key-free demo mode replaying recorded fixtures
This commit is contained in:
parent
0664cc2d27
commit
401a0ddea7
21 changed files with 1040 additions and 31 deletions
10
.dockerignore
Normal file
10
.dockerignore
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.git
|
||||
**/.venv
|
||||
**/__pycache__
|
||||
**/.mypy_cache
|
||||
**/.pytest_cache
|
||||
**/.ruff_cache
|
||||
frontend/node_modules
|
||||
eval/fixtures/raw
|
||||
dist
|
||||
**/dist
|
||||
Loading…
Add table
Add a link
Reference in a new issue