]> jfr.im git - yt-dlp.git/blame - .gitignore
fix motherless
[yt-dlp.git] / .gitignore
CommitLineData
337e0c62 1# Config
2*.conf
337e0c62 3cookies
ffecd303 4*cookies.txt
0001fcb5 5.netrc
337e0c62 6
7# Downloaded
f304da8a 8*.annotations.xml
f304da8a 9*.aria2
f304da8a 10*.description
337e0c62 11*.dump
12*.frag
b69fd25c 13*.frag.aria2
337e0c62 14*.frag.urls
337e0c62 15*.info.json
b69fd25c 16*.live_chat.json
6970b600 17*.meta
b69fd25c 18*.part*
6970b600 19*.tmp
20*.temp
b69fd25c 21*.unknown_video
22*.ytdl
23.cache/
24
25*.3gp
26*.ape
08d30158 27*.ass
b69fd25c 28*.avi
29*.desktop
c6e07cf1 30*.f4v
b69fd25c 31*.flac
32*.flv
08e29b9f 33*.gif
245524e6 34*.jpeg
f304da8a 35*.jpg
615a8444 36*.lrc
f304da8a 37*.m4a
38*.m4v
39*.mhtml
40*.mkv
41*.mov
42*.mp3
43*.mp4
615a8444 44*.mpg
304ad45a 45*.mpga
46*.oga
f304da8a 47*.ogg
48*.opus
337e0c62 49*.png
f304da8a 50*.sbv
51*.srt
615a8444 52*.ssa
f304da8a 53*.swf
304ad45a 54*.tt
f304da8a 55*.ttml
f304da8a 56*.url
57*.vtt
58*.wav
59*.webloc
60*.webm
337e0c62 61*.webp
337e0c62 62
63# Allow config/media files in testdata
40b18348 64!test/**
337e0c62 65
66c935fb 66# Python
f1f300e6
RB
67*.pyc
68*.pyo
e897bd82 69.*_cache
c6306eb7
FVC
70wine-py2exe/
71py2exe.log
cc51a7d4
FV
72build/
73dist/
c76eb41b 74zip/
66c935fb 75tmp/
76venv/
71df9b7f 77.venv/
f0884c8b 78completions/
66c935fb 79
80# Misc
81*~
82*.DS_Store
83*.kate-swp
cc51a7d4 84MANIFEST
66c935fb 85test/local_parameters.json
fedb6816
FV
86.coverage
87cover/
b3943b2f 88secrets/
cb6ff87f 89updates_key.pem
67dfbc0c 90*.egg-info
66c935fb 91.tox
92*.class
f8271158 93*.isorted
304ad45a 94*.stackdump
66c935fb 95
96# Generated
da7f321e 97AUTHORS
66c935fb 98README.txt
da7f321e 99.mailmap
66c935fb 100*.1
101*.bash-completion
102*.fish
66c935fb 103*.tar.gz
104*.zsh
105*.spec
d5a39898 106test/testdata/sigs/player-*.js
66c935fb 107
108# Binary
f0884c8b 109/youtube-dl
110/youtube-dlc
111/yt-dlp
7a5c1cfe 112yt-dlp.zip
66c935fb 113*.exe
114
66c935fb 115# Text Editor / IDE
116.idea
117*.iml
d588d4a5 118.vscode
7a5c1cfe 119*.sublime-*
08d30158 120*.code-workspace
93d33cb2 121*.swp
f74980cb 122
66c935fb 123# Lazy extractors
124*/extractor/lazy_extractors.py
50865ca8 125
f74980cb 126# Plugins
08e29b9f 127ytdlp_plugins/
128yt-dlp-plugins