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