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