.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
README.md
pixi.lock
pixi.toml
pyproject.toml
.github/CODEOWNERS
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/issue-template.md
.github/workflows/build.yml
.github/workflows/ci.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/make.bat
multiregex/__init__.py
multiregex/py.typed
multiregex.egg-info/PKG-INFO
multiregex.egg-info/SOURCES.txt
multiregex.egg-info/dependency_links.txt
multiregex.egg-info/requires.txt
multiregex.egg-info/top_level.txt
stubs/ahocorasick.pyi
test_utils/__init__.py
test_utils/cpython_test_re.py
tests/conftest.py
tests/test_bench.py
tests/test_cpython_tests.py
tests/test_multiregex.py