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