]> jfr.im git - yt-dlp.git/blame - .gitignore
[cleanup] Misc
[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
08d30158 27*.ass
b69fd25c 28*.avi
29*.desktop
c6e07cf1 30*.f4v
b69fd25c 31*.flac
32*.flv
245524e6 33*.jpeg
f304da8a 34*.jpg
f304da8a 35*.m4a
36*.m4v
37*.mhtml
38*.mkv
39*.mov
40*.mp3
41*.mp4
304ad45a 42*.mpga
43*.oga
f304da8a 44*.ogg
45*.opus
337e0c62 46*.png
f304da8a 47*.sbv
48*.srt
49*.swf
50*.swp
304ad45a 51*.tt
f304da8a 52*.ttml
f304da8a 53*.url
54*.vtt
55*.wav
56*.webloc
57*.webm
337e0c62 58*.webp
337e0c62 59
60# Allow config/media files in testdata
40b18348 61!test/**
337e0c62 62
66c935fb 63# Python
f1f300e6
RB
64*.pyc
65*.pyo
060ac762 66.pytest_cache
c6306eb7
FVC
67wine-py2exe/
68py2exe.log
cc51a7d4
FV
69build/
70dist/
c76eb41b 71zip/
66c935fb 72tmp/
73venv/
71df9b7f 74.venv/
f0884c8b 75completions/
66c935fb 76
77# Misc
78*~
79*.DS_Store
80*.kate-swp
cc51a7d4 81MANIFEST
66c935fb 82test/local_parameters.json
fedb6816
FV
83.coverage
84cover/
b3943b2f 85secrets/
cb6ff87f 86updates_key.pem
67dfbc0c 87*.egg-info
66c935fb 88.tox
89*.class
f8271158 90*.isorted
304ad45a 91*.stackdump
66c935fb 92
93# Generated
da7f321e 94AUTHORS
66c935fb 95README.txt
da7f321e 96.mailmap
66c935fb 97*.1
98*.bash-completion
99*.fish
66c935fb 100*.tar.gz
101*.zsh
102*.spec
d5a39898 103test/testdata/sigs/player-*.js
66c935fb 104
105# Binary
f0884c8b 106/youtube-dl
107/youtube-dlc
108/yt-dlp
7a5c1cfe 109yt-dlp.zip
66c935fb 110*.exe
111
66c935fb 112# Text Editor / IDE
113.idea
114*.iml
d588d4a5 115.vscode
7a5c1cfe 116*.sublime-*
08d30158 117*.code-workspace
f74980cb 118
66c935fb 119# Lazy extractors
120*/extractor/lazy_extractors.py
50865ca8 121
f74980cb 122# Plugins
123ytdlp_plugins/extractor/*
124!ytdlp_plugins/extractor/__init__.py
7a5c1cfe 125!ytdlp_plugins/extractor/sample.py
a44ca5a4 126ytdlp_plugins/postprocessor/*
127!ytdlp_plugins/postprocessor/__init__.py
128!ytdlp_plugins/postprocessor/sample.py