Support .env for server-local Ollama config to avoid git pull conflicts.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+47
-46
@@ -1,46 +1,47 @@
|
||||
# Python 虚拟环境
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
# 模型权重与音色文件(体积大,不入库)
|
||||
*.pt
|
||||
*.pth
|
||||
*.onnx
|
||||
*.bin
|
||||
*.safetensors
|
||||
|
||||
# 音频产物
|
||||
*.wav
|
||||
*.mp3
|
||||
*.flac
|
||||
*.ogg
|
||||
*.m4a
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
|
||||
# 运行时目录
|
||||
uploads/
|
||||
outputs/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.Python
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 环境变量与密钥
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Gradio 临时
|
||||
gradio_cached_examples/
|
||||
# Python 虚拟环境
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
# 模型权重与音色文件(体积大,不入库)
|
||||
*.pt
|
||||
*.pth
|
||||
*.onnx
|
||||
*.bin
|
||||
*.safetensors
|
||||
|
||||
# 音频产物
|
||||
*.wav
|
||||
*.mp3
|
||||
*.flac
|
||||
*.ogg
|
||||
*.m4a
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
|
||||
# 运行时目录
|
||||
uploads/
|
||||
outputs/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.Python
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 环境变量与密钥
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Gradio 临时
|
||||
gradio_cached_examples/
|
||||
|
||||
Reference in New Issue
Block a user