Merge pull request #8 from TomZhang11/chore/gitignore-venv

Ignore Python virtual environment directories.
This commit is contained in:
SteadyW 2026-06-13 12:01:12 +03:00 committed by GitHub
commit 694889bd4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.gitignore vendored
View file

@ -13,6 +13,8 @@ __pycache__/
# Environment & IDE
.env
.venv/
venv/
.vscode/
.idea/