]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
Completely change project name to yt-dlp (#85)
[yt-dlp.git] / .gitignore
index 093d4f2ed84222805beadacfdc9157171d5b1874..de401472f97959e60772c55d8e1615ab7e774f21 100644 (file)
@@ -1,35 +1,45 @@
+# 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-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
+.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
@@ -46,23 +56,38 @@ updates_key.pem
 *.swf
 *.part
 *.ytdl
+*.frag
+*.frag.urls
+*.aria2
 *.swp
+*.ogg
+*.opus
+*.info.json
+*.live_chat.json
+*.jpg
+*.png
+*.webp
+*.annotations.xml
+*.description
+
+# Config
+*.conf
 *.spec
-test/local_parameters.json
-.tox
-youtube-dl.zsh
-youtube-dlc.zsh
+cookies
+cookies.txt
 
-# IntelliJ related files
-.idea
-*.iml
 
-tmp/
-venv/
 
-# VS Code related files
+# Text Editor / IDE
+.idea
+*.iml
 .vscode
+*.sublime-*
 
-cookies.txt
+# Lazy extractors
+*/extractor/lazy_extractors.py
 
-*.sublime-workspace
\ No newline at end of file
+# Plugins
+ytdlp_plugins/extractor/*
+!ytdlp_plugins/extractor/__init__.py
+!ytdlp_plugins/extractor/sample.py