]> jfr.im git - yt-dlp.git/blame - .gitignore
[cookies] Handle errors when importing `keyring`
[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
245524e6 36*.jpeg
337e0c62 37*.png
38*.webp
39*.annotations.xml
40*.description
41
42# Allow config/media files in testdata
43!test/testdata/**
44
66c935fb 45# Python
f1f300e6
RB
46*.pyc
47*.pyo
c6306eb7
FVC
48wine-py2exe/
49py2exe.log
cc51a7d4
FV
50build/
51dist/
c76eb41b 52zip/
66c935fb 53tmp/
54venv/
f0884c8b 55completions/
66c935fb 56
57# Misc
58*~
59*.DS_Store
60*.kate-swp
cc51a7d4 61MANIFEST
66c935fb 62test/local_parameters.json
fedb6816
FV
63.coverage
64cover/
b3943b2f 65secrets/
cb6ff87f 66updates_key.pem
67dfbc0c 67*.egg-info
66c935fb 68.tox
69*.class
70
71# Generated
da7f321e 72AUTHORS
66c935fb 73README.txt
da7f321e 74.mailmap
66c935fb 75*.1
76*.bash-completion
77*.fish
78*.exe
79*.tar.gz
80*.zsh
81*.spec
82
83# Binary
f0884c8b 84/youtube-dl
85/youtube-dlc
86/yt-dlp
7a5c1cfe 87yt-dlp.zip
66c935fb 88*.exe
89
66c935fb 90# Text Editor / IDE
91.idea
92*.iml
d588d4a5 93.vscode
7a5c1cfe 94*.sublime-*
f74980cb 95
66c935fb 96# Lazy extractors
97*/extractor/lazy_extractors.py
50865ca8 98
f74980cb 99# Plugins
100ytdlp_plugins/extractor/*
101!ytdlp_plugins/extractor/__init__.py
7a5c1cfe 102!ytdlp_plugins/extractor/sample.py