[youtube] Fix playlist and feed extraction (closes #25675)
[youtube-dl] / .gitignore
index 72c10425d675f7c1952061be0057db0c2e5e232d..c4870a6baf478ed5526c76cf4088dabf09ecba6f 100644 (file)
@@ -22,16 +22,32 @@ cover/
 updates_key.pem
 *.egg-info
 *.srt
+*.ttml
 *.sbv
 *.vtt
 *.flv
 *.mp4
 *.m4a
 *.m4v
+*.mp3
+*.3gp
+*.wav
+*.ape
+*.mkv
+*.swf
 *.part
+*.ytdl
 *.swp
-test/testdata
+test/local_parameters.json
 .tox
 youtube-dl.zsh
+
+# IntelliJ related files
 .idea
-.idea/*
+*.iml
+
+tmp/
+venv/
+
+# VS Code related files
+.vscode