]> jfr.im git - yt-dlp.git/blob - .gitignore
a2484b752612783bba2257071720e306640df553
[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 AUTHORS
29 README.txt
30 .mailmap
31 *.1
32 *.bash-completion
33 *.fish
34 *.exe
35 *.tar.gz
36 *.zsh
37 *.spec
38
39 # Binary
40 /youtube-dl
41 /youtube-dlc
42 /yt-dlp
43 yt-dlp.zip
44 *.exe
45
46 # Downloaded
47 *.srt
48 *.ttml
49 *.sbv
50 *.vtt
51 *.flv
52 *.mp4
53 *.m4a
54 *.m4v
55 *.mp3
56 *.3gp
57 *.webm
58 *.wav
59 *.ape
60 *.mkv
61 *.swf
62 *.part
63 *.part-*
64 *.ytdl
65 *.dump
66 *.frag
67 *.frag.urls
68 *.aria2
69 *.swp
70 *.ogg
71 *.opus
72 *.info.json
73 *.live_chat.json
74 *.jpg
75 *.png
76 *.webp
77 *.annotations.xml
78 *.description
79
80 # Config
81 *.conf
82 *.spec
83 cookies
84 cookies.txt
85
86
87
88 # Text Editor / IDE
89 .idea
90 *.iml
91 .vscode
92 *.sublime-*
93
94 # Lazy extractors
95 */extractor/lazy_extractors.py
96
97 # Plugins
98 ytdlp_plugins/extractor/*
99 !ytdlp_plugins/extractor/__init__.py
100 !ytdlp_plugins/extractor/sample.py