]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
[ie/podbayfm] Fix extraction (#10195)
[yt-dlp.git] / .gitignore
index 9ee6e91cf7b5954735888b25234ec835441fbdbd..db322c4f08f1067937264b53774cd8f28f200f62 100644 (file)
+# 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
+*.lrc
+*.m4a
+*.m4v
+*.mhtml
+*.mkv
+*.mov
+*.mp3
+*.mp4
+*.mpg
+*.mpga
+*.oga
+*.ogg
+*.opus
+*.png
+*.sbv
+*.srt
+*.ssa
+*.swf
+*.swp
+*.tt
+*.ttml
+*.url
+*.vtt
+*.wav
+*.webloc
+*.webm
+*.webp
+
+# Allow config/media files in testdata
+!test/**
+
+# Python
 *.pyc
 *.pyo
-*.class
-*~
-*.DS_Store
+.*_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-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
-*.srt
-*.ttml
-*.sbv
-*.vtt
-*.flv
-*.mp4
-*.m4a
-*.m4v
-*.mp3
-*.3gp
-*.wav
-*.ape
-*.mkv
-*.swf
-*.part
-*.ytdl
-*.conf
-*.swp
+.tox
+*.class
+*.isorted
+*.stackdump
+
+# Generated
+AUTHORS
+README.txt
+.mailmap
+*.1
+*.bash-completion
+*.fish
+*.tar.gz
+*.zsh
 *.spec
+test/testdata/sigs/player-*.js
+
+# Binary
+/youtube-dl
+/youtube-dlc
+/yt-dlp
+yt-dlp.zip
 *.exe
-test/local_parameters.json
-.tox
-youtube-dl.zsh
-youtube-dlc.zsh
 
-# IntelliJ related files
+# Text Editor / IDE
 .idea
 *.iml
-
-tmp/
-venv/
-
-# VS Code related files
 .vscode
+*.sublime-*
+*.code-workspace
 
-cookies.txt
+# Lazy extractors
+*/extractor/lazy_extractors.py
 
-*.sublime-workspace
\ No newline at end of file
+# Plugins
+ytdlp_plugins/
+yt-dlp-plugins