]> jfr.im git - yt-dlp.git/blame - .gitignore
More improvements to HLS/DASH external downloader code
[yt-dlp.git] / .gitignore
CommitLineData
66c935fb 1# Python
f1f300e6
RB
2*.pyc
3*.pyo
c6306eb7
FVC
4wine-py2exe/
5py2exe.log
cc51a7d4
FV
6build/
7dist/
c76eb41b 8zip/
66c935fb 9tmp/
10venv/
f0884c8b 11completions/
66c935fb 12
13# Misc
14*~
15*.DS_Store
16*.kate-swp
cc51a7d4 17MANIFEST
66c935fb 18test/local_parameters.json
fedb6816
FV
19.coverage
20cover/
b3943b2f 21secrets/
cb6ff87f 22updates_key.pem
67dfbc0c 23*.egg-info
66c935fb 24.tox
25*.class
26
27# Generated
da7f321e 28AUTHORS
66c935fb 29README.txt
da7f321e 30.mailmap
66c935fb 31*.1
32*.bash-completion
33*.fish
34*.exe
35*.tar.gz
36*.zsh
37*.spec
38
39# Binary
f0884c8b 40/youtube-dl
41/youtube-dlc
42/yt-dlp
7a5c1cfe 43yt-dlp.zip
66c935fb 44*.exe
45
46# Downloaded
67dfbc0c 47*.srt
68d43a61 48*.ttml
67dfbc0c
IM
49*.sbv
50*.vtt
51*.flv
52*.mp4
455fa214
PH
53*.m4a
54*.m4v
92cf872a 55*.mp3
d3c97bad 56*.3gp
f0884c8b 57*.webm
3a86b2c5 58*.wav
2574721a
YCH
59*.ape
60*.mkv
51b1378e 61*.swf
67dfbc0c 62*.part
9f54ae28 63*.ytdl
f0884c8b 64*.dump
06869367 65*.frag
66*.frag.urls
67*.aria2
a2360a4c 68*.swp
66c935fb 69*.ogg
70*.opus
c25228e5 71*.info.json
8a0b9322 72*.live_chat.json
73*.jpg
74*.png
75*.webp
c25228e5 76*.annotations.xml
77*.description
66c935fb 78
79# Config
80*.conf
c76eb41b 81*.spec
66c935fb 82cookies
83cookies.txt
2a329110 84
2a329110 85
d588d4a5 86
66c935fb 87# Text Editor / IDE
88.idea
89*.iml
d588d4a5 90.vscode
7a5c1cfe 91*.sublime-*
f74980cb 92
66c935fb 93# Lazy extractors
94*/extractor/lazy_extractors.py
50865ca8 95
f74980cb 96# Plugins
97ytdlp_plugins/extractor/*
98!ytdlp_plugins/extractor/__init__.py
7a5c1cfe 99!ytdlp_plugins/extractor/sample.py