Skip to content

Commit ea71d5c

Browse files
committed
chore: 整理项目结构,添加 __pycache__ 到 .gitignore
- .gitignore 新增 __pycache__/ 规则 - 移动 scripts/build-vercel.mjs 至 tools/scripts/ 统一管理
1 parent fd5091c commit ea71d5c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,6 @@ model/
126126

127127
# Python虚拟环境
128128
.venv/
129+
130+
# Python cache
131+
__pycache__/

0 commit comments

Comments
 (0)