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