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