§
    W-Ph^  ã                   ó†   — d Z ddlmZ ddlmZ ddlmZmZ ddlm	Z	m
Z
mZmZ ddlmZmZmZmZmZ ddlmZ ddlmZ g d	¢Zd
S )a  
The *pathspec* package provides pattern matching for file paths. So far
this only includes Git's wildmatch pattern matching (the style used for
".gitignore" files).

The following classes are imported and made available from the root of
the `pathspec` package:

-	:class:`pathspec.gitignore.GitIgnoreSpec`

-	:class:`pathspec.pathspec.PathSpec`

-	:class:`pathspec.pattern.Pattern`

-	:class:`pathspec.pattern.RegexPattern`

-	:class:`pathspec.util.RecursionError`

The following functions are also imported:

-	:func:`pathspec.util.lookup_pattern`

The following deprecated functions are also imported to maintain
backward compatibility:

-	:func:`pathspec.util.iter_tree` which is an alias for
	:func:`pathspec.util.iter_tree_files`.

-	:func:`pathspec.util.match_files`
é   )ÚGitIgnoreSpec)ÚPathSpec)ÚPatternÚRegexPattern)ÚRecursionErrorÚ	iter_treeÚlookup_patternÚmatch_files)Ú
__author__Ú__copyright__Ú__credits__Ú__license__Ú__version__)Úpatterns)ÚGitIgnorePattern)r   r   r   r   r   r   r   r   r   r   r   r	   r
   N)Ú__doc__Ú	gitignorer   Úpathspecr   Úpatternr   r   Úutilr   r   r	   r
   Ú_metar   r   r   r   r   Ú r   Úpatterns.gitwildmatchr   Ú__all__© ó    úQ/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/pathspec/__init__.pyú<module>r      s2  ððð ð>ð ð ð ð ð ðð ð ð ð ð ðð ð ð ð ð ð ð ðð ð ð ð ð ð ð ð ð ð ð ðð ð ð ð ð ð ð ð ð ð ð ð ð ð Ð Ð Ð Ð Ð ð 4Ð 3Ð 3Ð 3Ð 3Ð 3ðð ð €€€r   