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