o
    ÷ÑÐb=  ã                   @   s|   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 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.pathspec.PathSpec`

- :class:`pathspec.pattern.Pattern`

- :class:`pathspec.pattern.RegexPattern`

- :class:`pathspec.util.RecursionError`

The following functions are also imported:

- :func:`pathspec.util.iter_tree`
- :func:`pathspec.util.lookup_pattern`
- :func:`pathspec.util.match_files`
é    )Úunicode_literalsé   )ÚPathSpec)ÚPatternÚRegexPattern)Ú	iter_treeÚlookup_patternÚmatch_filesÚRecursionError)Ú
__author__Ú__copyright__Ú__credits__Ú__license__Ú__version__)Úpatterns)ÚGitIgnorePatternN)Ú__doc__Ú
__future__r   Zpathspecr   Úpatternr   r   Úutilr   r   r	   r
   Ú_metar   r   r   r   r   Ú r   Zpatterns.gitwildmatchr   © r   r   úP/var/www/secure340b-portal/env/lib/python3.10/site-packages/pathspec/__init__.pyÚ<module>   s   	