X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/1b3f7c9a7ef0f107819b59479811c5f0066f2def..7a5c1cfe93924351387b44919b3c0b2f66c4b883:/.gitignore diff --git a/.gitignore b/.gitignore index 9d371d997..de401472f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,34 +1,45 @@ +# Python *.pyc *.pyo -*.class -*~ -*.DS_Store wine-py2exe/ py2exe.log -*.kate-swp build/ dist/ +zip/ +tmp/ +venv/ + +# Misc +*~ +*.DS_Store +*.kate-swp MANIFEST -README.txt -youtube-dl.1 -youtube-dlc.1 -youtube-dl.bash-completion -youtube-dlc.bash-completion -youtube-dl.fish -youtube-dlc.fish -youtube_dl/extractor/lazy_extractors.py -youtube_dlc/extractor/lazy_extractors.py -youtube-dl -youtube-dlc -youtube-dl.exe -youtube-dlc.exe -youtube-dl.tar.gz -youtube-dlc.tar.gz -youtube-dlc.spec +test/local_parameters.json .coverage cover/ +secrets/ updates_key.pem *.egg-info +.tox +*.class + +# Generated +README.txt +*.1 +*.bash-completion +*.fish +*.exe +*.tar.gz +*.zsh +*.spec + +# Binary +youtube-dl +youtube-dlc +yt-dlp.zip +*.exe + +# Downloaded *.srt *.ttml *.sbv @@ -45,18 +56,38 @@ updates_key.pem *.swf *.part *.ytdl +*.frag +*.frag.urls +*.aria2 *.swp -test/local_parameters.json -.tox -youtube-dl.zsh -youtube-dlc.zsh +*.ogg +*.opus +*.info.json +*.live_chat.json +*.jpg +*.png +*.webp +*.annotations.xml +*.description -# IntelliJ related files +# Config +*.conf +*.spec +cookies +cookies.txt + + + +# Text Editor / IDE .idea *.iml +.vscode +*.sublime-* -tmp/ -venv/ +# Lazy extractors +*/extractor/lazy_extractors.py -# VS Code related files -.vscode +# Plugins +ytdlp_plugins/extractor/* +!ytdlp_plugins/extractor/__init__.py +!ytdlp_plugins/extractor/sample.py