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