add venv to .gitignore

This commit is contained in:
2024-07-04 21:35:27 +08:00
parent 24f1de6740
commit ef4f011fe2

3
.gitignore vendored
View File

@ -4,3 +4,6 @@ __pycache__/
/.vscode
/.devcontainer
/.github
**/.env/
**/.ipynb_checkpoints
**/playground.ipynb