]> jfr.im git - yt-dlp.git/blob - .gitignore
[cookies] Handle errors when importing `keyring`
[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 *.jpeg
37 *.png
38 *.webp
39 *.annotations.xml
40 *.description
41
42 # Allow config/media files in testdata
43 !test/testdata/**
44
45 # Python
46 *.pyc
47 *.pyo
48 wine-py2exe/
49 py2exe.log
50 build/
51 dist/
52 zip/
53 tmp/
54 venv/
55 completions/
56
57 # Misc
58 *~
59 *.DS_Store
60 *.kate-swp
61 MANIFEST
62 test/local_parameters.json
63 .coverage
64 cover/
65 secrets/
66 updates_key.pem
67 *.egg-info
68 .tox
69 *.class
70
71 # Generated
72 AUTHORS
73 README.txt
74 .mailmap
75 *.1
76 *.bash-completion
77 *.fish
78 *.exe
79 *.tar.gz
80 *.zsh
81 *.spec
82
83 # Binary
84 /youtube-dl
85 /youtube-dlc
86 /yt-dlp
87 yt-dlp.zip
88 *.exe
89
90 # Text Editor / IDE
91 .idea
92 *.iml
93 .vscode
94 *.sublime-*
95
96 # Lazy extractors
97 */extractor/lazy_extractors.py
98
99 # Plugins
100 ytdlp_plugins/extractor/*
101 !ytdlp_plugins/extractor/__init__.py
102 !ytdlp_plugins/extractor/sample.py