]> jfr.im git - yt-dlp.git/blame - .gitignore
[embedthumbnail] Correctly escape filename
[yt-dlp.git] / .gitignore
CommitLineData
337e0c62 1# Config
2*.conf
3*.spec
4cookies
5cookies.txt
6
7# Downloaded
8*.srt
9*.ttml
10*.sbv
11*.vtt
12*.flv
13*.mp4
14*.m4a
15*.m4v
16*.mp3
17*.3gp
18*.webm
19*.wav
20*.ape
21*.mkv
22*.swf
23*.part
24*.part-*
25*.ytdl
26*.dump
27*.frag
28*.frag.urls
29*.aria2
30*.swp
31*.ogg
32*.opus
33*.info.json
34*.live_chat.json
35*.jpg
36*.png
37*.webp
38*.annotations.xml
39*.description
40
41# Allow config/media files in testdata
42!test/testdata/**
43
66c935fb 44# Python
f1f300e6
RB
45*.pyc
46*.pyo
c6306eb7
FVC
47wine-py2exe/
48py2exe.log
cc51a7d4
FV
49build/
50dist/
c76eb41b 51zip/
66c935fb 52tmp/
53venv/
f0884c8b 54completions/
66c935fb 55
56# Misc
57*~
58*.DS_Store
59*.kate-swp
cc51a7d4 60MANIFEST
66c935fb 61test/local_parameters.json
fedb6816
FV
62.coverage
63cover/
b3943b2f 64secrets/
cb6ff87f 65updates_key.pem
67dfbc0c 66*.egg-info
66c935fb 67.tox
68*.class
69
70# Generated
da7f321e 71AUTHORS
66c935fb 72README.txt
da7f321e 73.mailmap
66c935fb 74*.1
75*.bash-completion
76*.fish
77*.exe
78*.tar.gz
79*.zsh
80*.spec
81
82# Binary
f0884c8b 83/youtube-dl
84/youtube-dlc
85/yt-dlp
7a5c1cfe 86yt-dlp.zip
66c935fb 87*.exe
88
66c935fb 89# Text Editor / IDE
90.idea
91*.iml
d588d4a5 92.vscode
7a5c1cfe 93*.sublime-*
f74980cb 94
66c935fb 95# Lazy extractors
96*/extractor/lazy_extractors.py
50865ca8 97
f74980cb 98# Plugins
99ytdlp_plugins/extractor/*
100!ytdlp_plugins/extractor/__init__.py
7a5c1cfe 101!ytdlp_plugins/extractor/sample.py