]> jfr.im git - yt-dlp.git/blob - .gitignore
[youtube] Fix throttling by decrypting n-sig (#1437)
[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 .cache/
45
46 # Allow config/media files in testdata
47 !test/**
48
49 # Python
50 *.pyc
51 *.pyo
52 .pytest_cache
53 wine-py2exe/
54 py2exe.log
55 build/
56 dist/
57 zip/
58 tmp/
59 venv/
60 completions/
61
62 # Misc
63 *~
64 *.DS_Store
65 *.kate-swp
66 MANIFEST
67 test/local_parameters.json
68 .coverage
69 cover/
70 secrets/
71 updates_key.pem
72 *.egg-info
73 .tox
74 *.class
75
76 # Generated
77 AUTHORS
78 README.txt
79 .mailmap
80 *.1
81 *.bash-completion
82 *.fish
83 *.exe
84 *.tar.gz
85 *.zsh
86 *.spec
87 test/testdata/player-*.js
88
89 # Binary
90 /youtube-dl
91 /youtube-dlc
92 /yt-dlp
93 yt-dlp.zip
94 *.exe
95
96 # Text Editor / IDE
97 .idea
98 *.iml
99 .vscode
100 *.sublime-*
101
102 # Lazy extractors
103 */extractor/lazy_extractors.py
104
105 # Plugins
106 ytdlp_plugins/extractor/*
107 !ytdlp_plugins/extractor/__init__.py
108 !ytdlp_plugins/extractor/sample.py