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