mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 09:03:54 +08:00
feat: add FastAPI manager API compatibility baseline
This commit is contained in:
+20
-1
@@ -4,4 +4,23 @@ __pycache__
|
||||
.env
|
||||
Dockerfile
|
||||
tmp/
|
||||
data/
|
||||
data/
|
||||
|
||||
# Repository-local runtimes and test/build products are several gigabytes and
|
||||
# are never inputs to either manager-api-fastapi image.
|
||||
.runtime/
|
||||
.venv-*/
|
||||
**/.venv/
|
||||
**/.test-runtime/
|
||||
**/.pytest_cache/
|
||||
**/.mypy_cache/
|
||||
**/.ruff_cache/
|
||||
**/node_modules/
|
||||
**/dist/
|
||||
**/target/
|
||||
**/uploadfile/
|
||||
|
||||
# Runtime state and local model assets must not enter the Docker build context.
|
||||
main/xiaozhi-server/mysql/
|
||||
main/xiaozhi-server/models/
|
||||
main/xiaozhi-server/data/
|
||||
|
||||
Reference in New Issue
Block a user