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