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