X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/9d88274ca2e5248481204e753b458e3a4eeac60e..885cc0b75c3ef3ef46fa476746bd34381fd9446d:/.gitignore diff --git a/.gitignore b/.gitignore index 093d4f2ed..a2484b752 100644 --- a/.gitignore +++ b/.gitignore @@ -1,35 +1,49 @@ +# Python *.pyc *.pyo -*.class -*~ -*.DS_Store wine-py2exe/ py2exe.log -*.kate-swp build/ dist/ zip/ +tmp/ +venv/ +completions/ + +# 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 +AUTHORS +README.txt +.mailmap +*.1 +*.bash-completion +*.fish +*.exe +*.tar.gz +*.zsh +*.spec + +# Binary +/youtube-dl +/youtube-dlc +/yt-dlp +yt-dlp.zip +*.exe + +# Downloaded *.srt *.ttml *.sbv @@ -40,29 +54,47 @@ updates_key.pem *.m4v *.mp3 *.3gp +*.webm *.wav *.ape *.mkv *.swf *.part +*.part-* *.ytdl +*.dump +*.frag +*.frag.urls +*.aria2 *.swp +*.ogg +*.opus +*.info.json +*.live_chat.json +*.jpg +*.png +*.webp +*.annotations.xml +*.description + +# Config +*.conf *.spec -test/local_parameters.json -.tox -youtube-dl.zsh -youtube-dlc.zsh +cookies +cookies.txt -# IntelliJ related files -.idea -*.iml -tmp/ -venv/ -# VS Code related files +# Text Editor / IDE +.idea +*.iml .vscode +*.sublime-* -cookies.txt +# Lazy extractors +*/extractor/lazy_extractors.py -*.sublime-workspace \ No newline at end of file +# Plugins +ytdlp_plugins/extractor/* +!ytdlp_plugins/extractor/__init__.py +!ytdlp_plugins/extractor/sample.py