.coverage
.gitattributes
.gitignore
.gitmodules
.python-version
CHANGELOG.md
README.md
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
uv.lock
.github/funding.yml
.github/workflows/documentation.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
.vscode/settings.json
docs/changelog.md
docs/cli.md
docs/configuration.md
docs/installation.md
docs/quickstart.md
docs/tips.md
docs/api/index.md
mkv_episode_matcher/.gitattributes
mkv_episode_matcher/__init__.py
mkv_episode_matcher/__main__.py
mkv_episode_matcher/config.py
mkv_episode_matcher/episode_identification.py
mkv_episode_matcher/episode_matcher.py
mkv_episode_matcher/subtitle_utils.py
mkv_episode_matcher/tmdb_client.py
mkv_episode_matcher/utils.py
mkv_episode_matcher.egg-info/PKG-INFO
mkv_episode_matcher.egg-info/SOURCES.txt
mkv_episode_matcher.egg-info/dependency_links.txt
mkv_episode_matcher.egg-info/entry_points.txt
mkv_episode_matcher.egg-info/requires.txt
mkv_episode_matcher.egg-info/top_level.txt
tests/__init__.py
tests/test_main.py
tests/test_path_handling.py
tests/test_trailing_slash.py