]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
Release 2021.07.21
[yt-dlp.git] / .gitignore
index 354505d66d61d6416b3700da1587ea4d4970fbc3..711bffaba6bf73217ee6599ba5e255574e23dd41 100644 (file)
@@ -1,27 +1,12 @@
-*.pyc
-*.pyo
-*.class
-*~
-*.DS_Store
-wine-py2exe/
-py2exe.log
-*.kate-swp
-build/
-dist/
-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
-.coverage
-cover/
-updates_key.pem
-*.egg-info
+# Config
+*.conf
+*.spec
+cookies
+cookies.txt
+
+# Downloaded
 *.srt
+*.ttml
 *.sbv
 *.vtt
 *.flv
@@ -30,16 +15,88 @@ updates_key.pem
 *.m4v
 *.mp3
 *.3gp
+*.webm
 *.wav
+*.ape
+*.mkv
+*.swf
 *.part
+*.part-*
+*.ytdl
+*.dump
+*.frag
+*.frag.urls
+*.aria2
 *.swp
-test/testdata
+*.ogg
+*.opus
+*.info.json
+*.live_chat.json
+*.jpg
+*.jpeg
+*.png
+*.webp
+*.annotations.xml
+*.description
+
+# Allow config/media files in testdata
+!test/testdata/**
+
+# Python
+*.pyc
+*.pyo
+wine-py2exe/
+py2exe.log
+build/
+dist/
+zip/
+tmp/
+venv/
+completions/
+
+# Misc
+*~
+*.DS_Store
+*.kate-swp
+MANIFEST
 test/local_parameters.json
+.coverage
+cover/
+secrets/
+updates_key.pem
+*.egg-info
 .tox
-youtube-dl.zsh
+*.class
 
-# IntelliJ related files
+# 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
+
+# Text Editor / IDE
 .idea
 *.iml
+.vscode
+*.sublime-*
 
-tmp/
+# Lazy extractors
+*/extractor/lazy_extractors.py
+
+# Plugins
+ytdlp_plugins/extractor/*
+!ytdlp_plugins/extractor/__init__.py
+!ytdlp_plugins/extractor/sample.py