]> jfr.im git - yt-dlp.git/blame - .gitignore
[core] Fix `filepath` being copied to underlying format dict
[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
f304da8a 36*.m4a
37*.m4v
38*.mhtml
39*.mkv
40*.mov
41*.mp3
42*.mp4
304ad45a 43*.mpga
44*.oga
f304da8a 45*.ogg
46*.opus
337e0c62 47*.png
f304da8a 48*.sbv
49*.srt
50*.swf
51*.swp
304ad45a 52*.tt
f304da8a 53*.ttml
f304da8a 54*.url
55*.vtt
56*.wav
57*.webloc
58*.webm
337e0c62 59*.webp
337e0c62 60
61# Allow config/media files in testdata
40b18348 62!test/**
337e0c62 63
66c935fb 64# Python
f1f300e6
RB
65*.pyc
66*.pyo
060ac762 67.pytest_cache
c6306eb7
FVC
68wine-py2exe/
69py2exe.log
cc51a7d4
FV
70build/
71dist/
c76eb41b 72zip/
66c935fb 73tmp/
74venv/
71df9b7f 75.venv/
f0884c8b 76completions/
66c935fb 77
78# Misc
79*~
80*.DS_Store
81*.kate-swp
cc51a7d4 82MANIFEST
66c935fb 83test/local_parameters.json
fedb6816
FV
84.coverage
85cover/
b3943b2f 86secrets/
cb6ff87f 87updates_key.pem
67dfbc0c 88*.egg-info
66c935fb 89.tox
90*.class
f8271158 91*.isorted
304ad45a 92*.stackdump
66c935fb 93
94# Generated
da7f321e 95AUTHORS
66c935fb 96README.txt
da7f321e 97.mailmap
66c935fb 98*.1
99*.bash-completion
100*.fish
66c935fb 101*.tar.gz
102*.zsh
103*.spec
d5a39898 104test/testdata/sigs/player-*.js
66c935fb 105
106# Binary
f0884c8b 107/youtube-dl
108/youtube-dlc
109/yt-dlp
7a5c1cfe 110yt-dlp.zip
66c935fb 111*.exe
112
66c935fb 113# Text Editor / IDE
114.idea
115*.iml
d588d4a5 116.vscode
7a5c1cfe 117*.sublime-*
08d30158 118*.code-workspace
f74980cb 119
66c935fb 120# Lazy extractors
121*/extractor/lazy_extractors.py
50865ca8 122
f74980cb 123# Plugins
08e29b9f 124ytdlp_plugins/
125yt-dlp-plugins