mirror of
https://github.com/serge-chat/serge.git
synced 2024-01-15 09:32:12 +03:00
* Refactor Dockerfile, add Dockerfile.dev for development * We need dev dependencies for running vite build
15 lines
175 B
Plaintext
15 lines
175 B
Plaintext
api/weights/**
|
|
!api/weights/put_your_models_here.txt
|
|
|
|
.env.*
|
|
.env
|
|
!.env.sample
|
|
|
|
node_modules
|
|
__pycache__
|
|
api/static/*
|
|
**/.ruff_cache/
|
|
**/node_modules/
|
|
**/dist
|
|
**/.mypy_cache/
|