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