mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
27 lines
496 B
Plaintext
27 lines
496 B
Plaintext
.git
|
|
__pycache__
|
|
*.pyc
|
|
.env
|
|
Dockerfile
|
|
tmp/
|
|
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/
|