[core] Implement `--color` flag (#6904)
[yt-dlp.git] / .gitignore
blob507ba8c7f1b25b7978ff7a776bd90e15411b41f5
1 # Config
2 *.conf
3 cookies
4 *cookies.txt
5 .netrc
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/
25 *.3gp
26 *.ape
27 *.ass
28 *.avi
29 *.desktop
30 *.f4v
31 *.flac
32 *.flv
33 *.gif
34 *.jpeg
35 *.jpg
36 *.m4a
37 *.m4v
38 *.mhtml
39 *.mkv
40 *.mov
41 *.mp3
42 *.mp4
43 *.mpga
44 *.oga
45 *.ogg
46 *.opus
47 *.png
48 *.sbv
49 *.srt
50 *.swf
51 *.swp
52 *.tt
53 *.ttml
54 *.url
55 *.vtt
56 *.wav
57 *.webloc
58 *.webm
59 *.webp
61 # Allow config/media files in testdata
62 !test/**
64 # Python
65 *.pyc
66 *.pyo
67 .pytest_cache
68 wine-py2exe/
69 py2exe.log
70 build/
71 dist/
72 zip/
73 tmp/
74 venv/
75 .venv/
76 completions/
78 # Misc
80 *.DS_Store
81 *.kate-swp
82 MANIFEST
83 test/local_parameters.json
84 .coverage
85 cover/
86 secrets/
87 updates_key.pem
88 *.egg-info
89 .tox
90 *.class
91 *.isorted
92 *.stackdump
94 # Generated
95 AUTHORS
96 README.txt
97 .mailmap
98 *.1
99 *.bash-completion
100 *.fish
101 *.tar.gz
102 *.zsh
103 *.spec
104 test/testdata/sigs/player-*.js
106 # Binary
107 /youtube-dl
108 /youtube-dlc
109 /yt-dlp
110 yt-dlp.zip
111 *.exe
113 # Text Editor / IDE
114 .idea
115 *.iml
116 .vscode
117 *.sublime-*
118 *.code-workspace
120 # Lazy extractors
121 */extractor/lazy_extractors.py
123 # Plugins
124 ytdlp_plugins/
125 yt-dlp-plugins