]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
Completely change project name to yt-dlp (#85)
[yt-dlp.git] / .gitignore
index 26dbde73d412673ee9c53ee06a476a803a92edc7..de401472f97959e60772c55d8e1615ab7e774f21 100644 (file)
@@ -1,36 +1,93 @@
+# Python
 *.pyc
 *.pyo
-*.class
-*~
-*.DS_Store
 wine-py2exe/
 py2exe.log
-*.kate-swp
 build/
 dist/
+zip/
+tmp/
+venv/
+
+# Misc
+*~
+*.DS_Store
+*.kate-swp
 MANIFEST
-README.txt
-youtube-dl.1
-youtube-dl.bash-completion
-youtube-dl.fish
-youtube-dl
-youtube-dl.exe
-youtube-dl.tar.gz
+test/local_parameters.json
 .coverage
 cover/
+secrets/
 updates_key.pem
 *.egg-info
+.tox
+*.class
+
+# Generated
+README.txt
+*.1
+*.bash-completion
+*.fish
+*.exe
+*.tar.gz
+*.zsh
+*.spec
+
+# Binary
+youtube-dl
+youtube-dlc
+yt-dlp.zip
+*.exe
+
+# Downloaded
 *.srt
+*.ttml
 *.sbv
 *.vtt
 *.flv
 *.mp4
 *.m4a
 *.m4v
+*.mp3
+*.3gp
+*.wav
+*.ape
+*.mkv
+*.swf
 *.part
+*.ytdl
+*.frag
+*.frag.urls
+*.aria2
 *.swp
-test/testdata
-.tox
-youtube-dl.zsh
+*.ogg
+*.opus
+*.info.json
+*.live_chat.json
+*.jpg
+*.png
+*.webp
+*.annotations.xml
+*.description
+
+# Config
+*.conf
+*.spec
+cookies
+cookies.txt
+
+
+
+# Text Editor / IDE
 .idea
-.idea/*
+*.iml
+.vscode
+*.sublime-*
+
+# Lazy extractors
+*/extractor/lazy_extractors.py
+
+# Plugins
+ytdlp_plugins/extractor/*
+!ytdlp_plugins/extractor/__init__.py
+!ytdlp_plugins/extractor/sample.py