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