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