I have the following folder structure on my machine: ``` |- c:\ |- repositories |- repo1 |- repo2 ``` Now, when I open `repo2` in `code`, it would find & active the .venv found in `repo1`. Why does it even look there?