]> jfr.im git - yt-dlp.git/blame - .gitignore
[ie/brightcove] Upgrade requests to HTTPS (#10202)
[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
54*.swp
304ad45a 55*.tt
f304da8a 56*.ttml
f304da8a 57*.url
58*.vtt
59*.wav
60*.webloc
61*.webm
337e0c62 62*.webp
337e0c62 63
64# Allow config/media files in testdata
40b18348 65!test/**
337e0c62 66
66c935fb 67# Python
f1f300e6
RB
68*.pyc
69*.pyo
e897bd82 70.*_cache
c6306eb7
FVC
71wine-py2exe/
72py2exe.log
cc51a7d4
FV
73build/
74dist/
c76eb41b 75zip/
66c935fb 76tmp/
77venv/
71df9b7f 78.venv/
f0884c8b 79completions/
66c935fb 80
81# Misc
82*~
83*.DS_Store
84*.kate-swp
cc51a7d4 85MANIFEST
66c935fb 86test/local_parameters.json
fedb6816
FV
87.coverage
88cover/
b3943b2f 89secrets/
cb6ff87f 90updates_key.pem
67dfbc0c 91*.egg-info
66c935fb 92.tox
93*.class
f8271158 94*.isorted
304ad45a 95*.stackdump
66c935fb 96
97# Generated
da7f321e 98AUTHORS
66c935fb 99README.txt
da7f321e 100.mailmap
66c935fb 101*.1
102*.bash-completion
103*.fish
66c935fb 104*.tar.gz
105*.zsh
106*.spec
d5a39898 107test/testdata/sigs/player-*.js
66c935fb 108
109# Binary
f0884c8b 110/youtube-dl
111/youtube-dlc
112/yt-dlp
7a5c1cfe 113yt-dlp.zip
66c935fb 114*.exe
115
66c935fb 116# Text Editor / IDE
117.idea
118*.iml
d588d4a5 119.vscode
7a5c1cfe 120*.sublime-*
08d30158 121*.code-workspace
f74980cb 122
66c935fb 123# Lazy extractors
124*/extractor/lazy_extractors.py
50865ca8 125
f74980cb 126# Plugins
08e29b9f 127ytdlp_plugins/
128yt-dlp-plugins