chore: 移除已跟踪的 .env、.DS_Store 和 __pycache__

这些文件不应纳入版本控制,现通过 git rm --cached 移除,
并由 .gitignore 忽略。
This commit is contained in:
贺海国
2026-04-14 13:53:39 +08:00
parent f233d39d75
commit a2d64d1276
4 changed files with 0 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.env
View File

@@ -1,3 +0,0 @@
OPENAI_API_KEY='sk--VnOesEU5D8wnHjdg0MEsA'
OPENAI_BASE_URL='https://llm.dev.maimaiag.com/v1'
OPENAI_MODEL='qwen35b-a3b'

Binary file not shown.

Binary file not shown.