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