]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
[ie/facebook] Support events (#9055)
[yt-dlp.git] / .gitignore
index 12b25ba881635792f30ff777877daa84e6f0e2f9..507ba8c7f1b25b7978ff7a776bd90e15411b41f5 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
+*.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
-*~
+.pytest_cache
 wine-py2exe/
 py2exe.log
+build/
+dist/
+zip/
+tmp/
+venv/
+.venv/
+completions/
+
+# Misc
+*~
+*.DS_Store
+*.kate-swp
+MANIFEST
+test/local_parameters.json
+.coverage
+cover/
+secrets/
+updates_key.pem
+*.egg-info
+.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
+
+# Text Editor / IDE
+.idea
+*.iml
+.vscode
+*.sublime-*
+*.code-workspace
+
+# Lazy extractors
+*/extractor/lazy_extractors.py
 
-#OS X
-.DS_Store
-.AppleDouble
-.LSOverride
-Icon
-._*
-.Spotlight-V100
-.Trashes
+# Plugins
+ytdlp_plugins/
+yt-dlp-plugins