chore: 添加 .venv 到 .gitignore

This commit is contained in:
JOJO 2026-03-09 17:00:43 +08:00
parent a4d3160b0a
commit bc9a0ed2d7

2
.gitignore vendored
View File

@ -7,6 +7,8 @@
# Python artifacts
__pycache__/
*.pyc
.venv/
venv/
# Runtime data (main agent)
logs/