]> jfr.im git - yt-dlp.git/blob - .gitignore
[cleanup] Misc
[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 *.meta
18 *.part*
19 *.tmp
20 *.temp
21 *.unknown_video
22 *.ytdl
23 .cache/
24
25 *.3gp
26 *.ape
27 *.ass
28 *.avi
29 *.desktop
30 *.f4v
31 *.flac
32 *.flv
33 *.jpeg
34 *.jpg
35 *.m4a
36 *.mpga
37 *.m4v
38 *.mhtml
39 *.mkv
40 *.mov
41 *.mp3
42 *.mp4
43 *.ogg
44 *.opus
45 *.png
46 *.sbv
47 *.srt
48 *.swf
49 *.swp
50 *.ttml
51 *.url
52 *.vtt
53 *.wav
54 *.webloc
55 *.webm
56 *.webp
57
58 # Allow config/media files in testdata
59 !test/**
60
61 # Python
62 *.pyc
63 *.pyo
64 .pytest_cache
65 wine-py2exe/
66 py2exe.log
67 build/
68 dist/
69 zip/
70 tmp/
71 venv/
72 completions/
73
74 # Misc
75 *~
76 *.DS_Store
77 *.kate-swp
78 MANIFEST
79 test/local_parameters.json
80 .coverage
81 cover/
82 secrets/
83 updates_key.pem
84 *.egg-info
85 .tox
86 *.class
87 *.isorted
88
89 # Generated
90 AUTHORS
91 README.txt
92 .mailmap
93 *.1
94 *.bash-completion
95 *.fish
96 *.tar.gz
97 *.zsh
98 *.spec
99 test/testdata/sigs/player-*.js
100
101 # Binary
102 /youtube-dl
103 /youtube-dlc
104 /yt-dlp
105 yt-dlp.zip
106 *.exe
107
108 # Text Editor / IDE
109 .idea
110 *.iml
111 .vscode
112 *.sublime-*
113 *.code-workspace
114
115 # Lazy extractors
116 */extractor/lazy_extractors.py
117
118 # Plugins
119 ytdlp_plugins/extractor/*
120 !ytdlp_plugins/extractor/__init__.py
121 !ytdlp_plugins/extractor/sample.py
122 ytdlp_plugins/postprocessor/*
123 !ytdlp_plugins/postprocessor/__init__.py
124 !ytdlp_plugins/postprocessor/sample.py