]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / .gitignore
index 232096916ca07361cd44b76a11dd3234fa297d9f..db322c4f08f1067937264b53774cd8f28f200f62 100644 (file)
@@ -14,19 +14,26 @@ cookies
 *.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
+*.lrc
 *.m4a
 *.m4v
 *.mhtml
@@ -34,13 +41,18 @@ cookies
 *.mov
 *.mp3
 *.mp4
+*.mpg
+*.mpga
+*.oga
 *.ogg
 *.opus
 *.png
 *.sbv
 *.srt
+*.ssa
 *.swf
 *.swp
+*.tt
 *.ttml
 *.url
 *.vtt
@@ -55,7 +67,7 @@ cookies
 # Python
 *.pyc
 *.pyo
-.pytest_cache
+.*_cache
 wine-py2exe/
 py2exe.log
 build/
@@ -63,6 +75,7 @@ dist/
 zip/
 tmp/
 venv/
+.venv/
 completions/
 
 # Misc
@@ -78,6 +91,8 @@ updates_key.pem
 *.egg-info
 .tox
 *.class
+*.isorted
+*.stackdump
 
 # Generated
 AUTHORS
@@ -89,7 +104,7 @@ README.txt
 *.tar.gz
 *.zsh
 *.spec
-test/testdata/player-*.js
+test/testdata/sigs/player-*.js
 
 # Binary
 /youtube-dl
@@ -103,11 +118,11 @@ yt-dlp.zip
 *.iml
 .vscode
 *.sublime-*
+*.code-workspace
 
 # Lazy extractors
 */extractor/lazy_extractors.py
 
 # Plugins
-ytdlp_plugins/extractor/*
-!ytdlp_plugins/extractor/__init__.py
-!ytdlp_plugins/extractor/sample.py
+ytdlp_plugins/
+yt-dlp-plugins