1
mirror of https://github.com/streamlink/streamlink synced 2024-11-04 07:17:48 +01:00
streamlink/.gitignore
bastimeyer 334e18e412 tools: add mypy config
- Add mypy and available typing stubs to dev-requirements
- Add mypy config
- Add py.typed to streamlink + streamlink_cli packages (PEP 561):
  This is required, so that mypy can import types from streamlink when
  installed in editable mode. Don't publish this file for now.
  Once various streamlink APIs are properly typed, typing stub files
  can be added instead.
2022-05-24 14:07:47 -07:00

57 lines
511 B
Plaintext

# OS and editors
.DS_Store
._*
Thumbs.db
Desktop.ini
*.bak
.cache
.project
.settings
.tmproj
nbproject
*.sublime-project
*.sublime-workspace
.idea
/build/
/completions/
/docs/_build/
/dist/
*.mo
*.egg-info
*.egg
*.EGG
*.EGG-INFO
bin
build-win32
develop-eggs
downloads
eggs
fake-eggs
parts
.installed.cfg
.mr.developer.cfg
.hg
.bzr
.svn
*.pyc
*.pyo
*.tmp*
*.swp
include/
lib/
local/
share/
pip-selfcheck.json
.pytest_cache/
.mypy_cache/
# ignore any key files
*.key
# coverage
.coverage
coverage.xml
htmlcov