Is your feature related or already mentioned on the wishlist?
No
In Python projects, both virtual environments and site-packages can easily be thousands of files, leading to slowdown or lsp-file-watcher warnings. I believe it'd be safe to add
"[/\\\\]site-packages\\'"
"[/\\\\].pyenv\\'"
to lsp-file-watch-ignored-directories and would be happy to submit a PR.
In Python projects, both virtual environments and site-packages can easily be thousands of files, leading to slowdown or lsp-file-watcher warnings. I believe it'd be safe to add
to
lsp-file-watch-ignored-directories
and would be happy to submit a PR.