82 lines
862 B
Plaintext
82 lines
862 B
Plaintext
# Config
|
|
profile
|
|
profile.yaml
|
|
cookies
|
|
cookies.txt
|
|
cache.json
|
|
wndstate.json
|
|
|
|
# CDM
|
|
pywidevine
|
|
device_cert
|
|
device_client_id_blob
|
|
device_private_key
|
|
device_vmp_blob
|
|
|
|
# Extensions
|
|
*.mkv
|
|
*.mp4
|
|
*.srt
|
|
*.vtt
|
|
*.ttml
|
|
*.xml
|
|
*.exe
|
|
*.dll
|
|
*.crt
|
|
*.wvd
|
|
*.der
|
|
*.pem
|
|
*.bin
|
|
*.db
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Text Editor / IDE
|
|
.idea
|
|
*.iml
|
|
.vscode
|
|
*.sublime-*
|
|
*.code-workspace
|
|
|
|
# misc
|
|
__pycache__
|
|
downloads
|
|
tmp
|
|
temp
|