# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Hidden directories (IDE, tools, caches)
.*/
!.github/

docs/

# Coverage artifacts
.coverage
.coverage.*
htmlcov/

# Downloaded real test media (fetched via `make download`)
tests/file.mkv
tests/file_2.mkv
