poetry: install venv in project driectory

This way, the venv is not hidden away in some cache directory somewhere hard to find.
This commit is contained in:
David Lechner
2020-03-06 11:29:04 -06:00
parent 86890adc18
commit 46c9fca6e9
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -53,3 +53,7 @@ genrst/
# Mac OS cache
######################
.DS_Store
# Virtual environment
######################
.venv/
+2
View File
@@ -0,0 +1,2 @@
[virtualenvs]
in-project = true