]> jfr.im git - yt-dlp.git/blob - .gitignore
[embedthumbnail] Correctly escape filename
[yt-dlp.git] / .gitignore
1 # Config
2 *.conf
3 *.spec
4 cookies
5 cookies.txt
6
7 # Downloaded
8 *.srt
9 *.ttml
10 *.sbv
11 *.vtt
12 *.flv
13 *.mp4
14 *.m4a
15 *.m4v
16 *.mp3
17 *.3gp
18 *.webm
19 *.wav
20 *.ape
21 *.mkv
22 *.swf
23 *.part
24 *.part-*
25 *.ytdl
26 *.dump
27 *.frag
28 *.frag.urls
29 *.aria2
30 *.swp
31 *.ogg
32 *.opus
33 *.info.json
34 *.live_chat.json
35 *.jpg
36 *.png
37 *.webp
38 *.annotations.xml
39 *.description
40
41 # Allow config/media files in testdata
42 !test/testdata/**
43
44 # Python
45 *.pyc
46 *.pyo
47 wine-py2exe/
48 py2exe.log
49 build/
50 dist/
51 zip/
52 tmp/
53 venv/
54 completions/
55
56 # Misc
57 *~
58 *.DS_Store
59 *.kate-swp
60 MANIFEST
61 test/local_parameters.json
62 .coverage
63 cover/
64 secrets/
65 updates_key.pem
66 *.egg-info
67 .tox
68 *.class
69
70 # Generated
71 AUTHORS
72 README.txt
73 .mailmap
74 *.1
75 *.bash-completion
76 *.fish
77 *.exe
78 *.tar.gz
79 *.zsh
80 *.spec
81
82 # Binary
83 /youtube-dl
84 /youtube-dlc
85 /yt-dlp
86 yt-dlp.zip
87 *.exe
88
89 # Text Editor / IDE
90 .idea
91 *.iml
92 .vscode
93 *.sublime-*
94
95 # Lazy extractors
96 */extractor/lazy_extractors.py
97
98 # Plugins
99 ytdlp_plugins/extractor/*
100 !ytdlp_plugins/extractor/__init__.py
101 !ytdlp_plugins/extractor/sample.py