chore: 添加 .venv/ 到 gitignore,更新 README 加入 venv 步骤

This commit is contained in:
wangfq
2026-05-27 11:21:43 +08:00
parent b1cea017ab
commit 35a2cc7d20
2 changed files with 8 additions and 0 deletions

5
.gitignore vendored
View File

@@ -3,3 +3,8 @@ __pycache__/
*.egg-info/
.env
*.log
venv/
.venv/
env/