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