PyCharm defaults to venv

This commit is contained in:
Adarnof 2018-03-15 19:38:52 -04:00
parent 54223db1e9
commit a38116014d

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ __pycache__/
# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/