X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/51b1378eeddb60bd99199741f2fcee29d8389142..0dff8e4d1e6e9fb938f4256ea9af7d81f42fd54f:/.gitignore diff --git a/.gitignore b/.gitignore index 9ce4b5e2d..507ba8c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,48 +1,125 @@ +# Config +*.conf +cookies +*cookies.txt +.netrc + +# Downloaded +*.annotations.xml +*.aria2 +*.description +*.dump +*.frag +*.frag.aria2 +*.frag.urls +*.info.json +*.live_chat.json +*.meta +*.part* +*.tmp +*.temp +*.unknown_video +*.ytdl +.cache/ + +*.3gp +*.ape +*.ass +*.avi +*.desktop +*.f4v +*.flac +*.flv +*.gif +*.jpeg +*.jpg +*.m4a +*.m4v +*.mhtml +*.mkv +*.mov +*.mp3 +*.mp4 +*.mpga +*.oga +*.ogg +*.opus +*.png +*.sbv +*.srt +*.swf +*.swp +*.tt +*.ttml +*.url +*.vtt +*.wav +*.webloc +*.webm +*.webp + +# Allow config/media files in testdata +!test/** + +# Python *.pyc *.pyo -*.class -*~ -*.DS_Store +.pytest_cache wine-py2exe/ py2exe.log -*.kate-swp build/ dist/ +zip/ +tmp/ +venv/ +.venv/ +completions/ + +# Misc +*~ +*.DS_Store +*.kate-swp MANIFEST -README.txt -youtube-dl.1 -youtube-dl.bash-completion -youtube-dl.fish -youtube_dl/extractor/lazy_extractors.py -youtube-dl -youtube-dl.exe -youtube-dl.tar.gz +test/local_parameters.json .coverage cover/ +secrets/ updates_key.pem *.egg-info -*.srt -*.sbv -*.vtt -*.flv -*.mp4 -*.m4a -*.m4v -*.mp3 -*.3gp -*.wav -*.ape -*.mkv -*.swf -*.part -*.swp -test/testdata -test/local_parameters.json .tox -youtube-dl.zsh +*.class +*.isorted +*.stackdump + +# Generated +AUTHORS +README.txt +.mailmap +*.1 +*.bash-completion +*.fish +*.tar.gz +*.zsh +*.spec +test/testdata/sigs/player-*.js -# IntelliJ related files +# Binary +/youtube-dl +/youtube-dlc +/yt-dlp +yt-dlp.zip +*.exe + +# Text Editor / IDE .idea *.iml +.vscode +*.sublime-* +*.code-workspace -tmp/ +# Lazy extractors +*/extractor/lazy_extractors.py + +# Plugins +ytdlp_plugins/ +yt-dlp-plugins