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 # Pyenv
**/.python-version **/.python-version
# Venv
venv/
# PyInstaller # PyInstaller
build/ build/
dist/ dist/

Loading…
Cancel
Save