mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
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:
@@ -53,3 +53,7 @@ genrst/
|
||||
# Mac OS cache
|
||||
######################
|
||||
.DS_Store
|
||||
|
||||
# Virtual environment
|
||||
######################
|
||||
.venv/
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[virtualenvs]
|
||||
in-project = true
|
||||
Reference in New Issue
Block a user