ignore venv folder

pull/54/head
l3uddz 7 years ago committed by desimaniac
parent 2125293d01
commit cf38728856

3
.gitignore vendored

@ -29,6 +29,9 @@ __pycache__/
# Pyenv
**/.python-version
# Venv
venv/
# PyInstaller
build/
dist/

Loading…
Cancel
Save