ó
    Í†æh1  ã                   ó
   • S  r g)c                  ó
   • / SQ$ )aT  
Regex patterns, which will be compared against directory and file names
case-sensitively. https://docs.python.org/3/library/re.html#re.search is the
matching function and scans the whole string to find any pattern match. Used
with the https://pypi.org/project/regex/ module.

Additional remarks for pattern creation:
- The compared paths will be always in POSIX format.
- Each directory path will have a / at the end to allow to distinguish them
  from files.
- Patterns for dynamic or custom paths like Virtual Environments (venv) or
  build site directories are created during plugin runtime.
)z/__pycache__/z/\.DS_Store$z/[^/]+\.zip$z/[^/]*\.cache($|/)z
/\.vscode/z/\.vs/z/\.idea/© r   ó    ÚV/opt/services/DDDS/venv/lib/python3.13/site-packages/material/plugins/info/patterns.pyÚget_exclusion_patternsr      s   € òð r   N)r   r   r   r   Ú<module>r      s
   ðór   