]> jfr.im git - yt-dlp.git/blob - .gitignore
[build] Replace `set-output` with `GITHUB_OUTPUT` (#5315)
[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 *.m4v
37 *.mhtml
38 *.mkv
39 *.mov
40 *.mp3
41 *.mp4
42 *.mpga
43 *.oga
44 *.ogg
45 *.opus
46 *.png
47 *.sbv
48 *.srt
49 *.swf
50 *.swp
51 *.tt
52 *.ttml
53 *.url
54 *.vtt
55 *.wav
56 *.webloc
57 *.webm
58 *.webp
59
60 # Allow config/media files in testdata
61 !test/**
62
63 # Python
64 *.pyc
65 *.pyo
66 .pytest_cache
67 wine-py2exe/
68 py2exe.log
69 build/
70 dist/
71 zip/
72 tmp/
73 venv/
74 completions/
75
76 # Misc
77 *~
78 *.DS_Store
79 *.kate-swp
80 MANIFEST
81 test/local_parameters.json
82 .coverage
83 cover/
84 secrets/
85 updates_key.pem
86 *.egg-info
87 .tox
88 *.class
89 *.isorted
90 *.stackdump
91
92 # Generated
93 AUTHORS
94 README.txt
95 .mailmap
96 *.1
97 *.bash-completion
98 *.fish
99 *.tar.gz
100 *.zsh
101 *.spec
102 test/testdata/sigs/player-*.js
103
104 # Binary
105 /youtube-dl
106 /youtube-dlc
107 /yt-dlp
108 yt-dlp.zip
109 *.exe
110
111 # Text Editor / IDE
112 .idea
113 *.iml
114 .vscode
115 *.sublime-*
116 *.code-workspace
117
118 # Lazy extractors
119 */extractor/lazy_extractors.py
120
121 # Plugins
122 ytdlp_plugins/extractor/*
123 !ytdlp_plugins/extractor/__init__.py
124 !ytdlp_plugins/extractor/sample.py
125 ytdlp_plugins/postprocessor/*
126 !ytdlp_plugins/postprocessor/__init__.py
127 !ytdlp_plugins/postprocessor/sample.py