a
    e	g^                     @   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 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__Z	gitignorer   Zpathspecr   patternr   r   utilr   r   r   r	   Z_metar
   r   r   r   r    r   Zpatterns.gitwildmatchr   __all__ r   r   T/var/www/html/llm_bihealth/app/venv/lib/python3.9/site-packages/pathspec/__init__.py<module>   s   	