]> jfr.im git - yt-dlp.git/blame - .gitignore
[cleanup] Misc (#5044)
[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/
f0884c8b 74completions/
66c935fb 75
76# Misc
77*~
78*.DS_Store
79*.kate-swp
cc51a7d4 80MANIFEST
66c935fb 81test/local_parameters.json
fedb6816
FV
82.coverage
83cover/
b3943b2f 84secrets/
cb6ff87f 85updates_key.pem
67dfbc0c 86*.egg-info
66c935fb 87.tox
88*.class
f8271158 89*.isorted
304ad45a 90*.stackdump
66c935fb 91
92# Generated
da7f321e 93AUTHORS
66c935fb 94README.txt
da7f321e 95.mailmap
66c935fb 96*.1
97*.bash-completion
98*.fish
66c935fb 99*.tar.gz
100*.zsh
101*.spec
d5a39898 102test/testdata/sigs/player-*.js
66c935fb 103
104# Binary
f0884c8b 105/youtube-dl
106/youtube-dlc
107/yt-dlp
7a5c1cfe 108yt-dlp.zip
66c935fb 109*.exe
110
66c935fb 111# Text Editor / IDE
112.idea
113*.iml
d588d4a5 114.vscode
7a5c1cfe 115*.sublime-*
08d30158 116*.code-workspace
f74980cb 117
66c935fb 118# Lazy extractors
119*/extractor/lazy_extractors.py
50865ca8 120
f74980cb 121# Plugins
122ytdlp_plugins/extractor/*
123!ytdlp_plugins/extractor/__init__.py
7a5c1cfe 124!ytdlp_plugins/extractor/sample.py
a44ca5a4 125ytdlp_plugins/postprocessor/*
126!ytdlp_plugins/postprocessor/__init__.py
127!ytdlp_plugins/postprocessor/sample.py