chore: 添加 .venv 到 .gitignore
This commit is contained in:
parent
a4d3160b0a
commit
bc9a0ed2d7
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,6 +7,8 @@
|
||||
# Python artifacts
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Runtime data (main agent)
|
||||
logs/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user