]> jfr.im git - yt-dlp.git/blame - .gitignore
Multiple output templates for different file types
[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/
cb6ff87f 20updates_key.pem
67dfbc0c 21*.egg-info
66c935fb 22.tox
23*.class
24
25# Generated
26README.txt
27*.1
28*.bash-completion
29*.fish
30*.exe
31*.tar.gz
32*.zsh
33*.spec
34
35# Binary
36youtube-dl
37youtube-dlc
38*.exe
39
40# Downloaded
67dfbc0c 41*.srt
68d43a61 42*.ttml
67dfbc0c
IM
43*.sbv
44*.vtt
45*.flv
46*.mp4
455fa214
PH
47*.m4a
48*.m4v
92cf872a 49*.mp3
d3c97bad 50*.3gp
3a86b2c5 51*.wav
2574721a
YCH
52*.ape
53*.mkv
51b1378e 54*.swf
67dfbc0c 55*.part
9f54ae28 56*.ytdl
a2360a4c 57*.swp
66c935fb 58*.ogg
59*.opus
60
61# Config
62*.conf
c76eb41b 63*.spec
66c935fb 64cookies
65cookies.txt
2a329110 66
2a329110 67
d588d4a5 68
66c935fb 69# Text Editor / IDE
70.idea
71*.iml
d588d4a5 72.vscode
f74980cb 73*.sublime-workspace
66c935fb 74*.sublime-project
75!yt-dlp.sublime-project
f74980cb 76
66c935fb 77# Lazy extractors
78*/extractor/lazy_extractors.py
50865ca8 79
f74980cb 80# Plugins
81ytdlp_plugins/extractor/*
82!ytdlp_plugins/extractor/__init__.py
83!ytdlp_plugins/extractor/sample.py