ignore venv folder

pull/27/head
l3uddz 7 years ago committed by desimaniac
parent 95366d27ff
commit 66e542a16a

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