How to ignore folders with regex

Hi,

How can I ignore all files and subfolders under any site-packages\ folder (regardless of its location, I have many) ?

Adding a rule to ignore ^.*site-packages does not work

1 Like

Hi,
Currently it is not possible to ignore multiple folders through regular. We recommend ignoring it by setting priority. Although it may be a little more troublesome, this is a relatively feasible method at present. We will consider more convenient methods in the future.