Add python venv to .gitignore

pull/472/head
dgtlmoon 2 years ago
parent c25294ca57
commit 165e950e55

1
.gitignore vendored

@ -7,4 +7,5 @@ __pycache__
.pytest_cache
build
dist
venv
.vscode/settings.json

Loading…
Cancel
Save