EpisodeMatcher/.gitignore
Jarian f1aa2c4cda test: add test suite with 90% coverage
- 176 unit tests covering ConfigManager, FileClassifier, EpisodeRenamer,
  TVDBClient, MockTVDBClient, TVDBCache, and episode_matcher CLI
- Tests organized in tests/ with conftest.py shared fixtures
- pytest-cov configured with 90% coverage threshold in pyproject.toml
- CI workflow updated with COVERAGE_CORE=sysmon for Python 3.13 compat
- .gitignore updated for coverage artifacts and venv
2026-07-06 14:31:22 +00:00

16 lines
153 B
Plaintext

*.pyc
*.mkv
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
build/
.config.json
.env
src/.tvdb_cache/*
.venv/
.coverage
htmlcov/
.pytest_cache/
config.json