SIGN IN SIGN UP

terminal: Fix detection of ignored python venv (#20227)

Closes #19227

Since items listed in `.gitignore` file are not included in a worktree,
python virtual environment cannot be detected until venv directory is
unfolded from project panel and forcefully added into worktree. I didn't
come up with anything better than scanning fs directly. I'm not sure how
it will affect remote development. if at all.

Release Notes:

- Fixed detection of `detect_venv.directories` ignored by a worktree
A
Askar committed
7832883c74635fcacd423191bf8b17e356921f30
Parent: eb4e747
Committed by GitHub <noreply@github.com> on 11/13/2024, 4:19:25 PM