Save poetry venv inside the project

This commit is contained in:
coolneng 2023-03-21 22:19:56 +01:00
parent 0384c78706
commit a1aeb66814
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ auto
.mypy_cache
__pycache__
.ipynb_checkpoints
.venv
# Dev environment with Nix
.envrc
.direnv

View File

@ -0,0 +1,2 @@
[virtualenvs]
in-project = true