diff --git a/.gitignore b/.gitignore index 5622e45..fefd105 100644 --- a/.gitignore +++ b/.gitignore @@ -305,7 +305,7 @@ cython_debug/ ### Python Patch ### # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration -poetry.toml +# poetry.toml ### venv ### diff --git a/poetry.toml b/poetry.toml new file mode 100644 index 0000000..7084103 --- /dev/null +++ b/poetry.toml @@ -0,0 +1,5 @@ +[virtualenvs] +in-project = true + +[virtualenvs.options] +always-copy = false \ No newline at end of file