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