]> jfr.im git - yt-dlp.git/blame - .gitignore
[docs] Improvements
[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
17*.part*
18*.unknown_video
19*.ytdl
20.cache/
21
22*.3gp
23*.ape
24*.avi
25*.desktop
26*.flac
27*.flv
245524e6 28*.jpeg
f304da8a 29*.jpg
f304da8a 30*.m4a
31*.m4v
32*.mhtml
33*.mkv
34*.mov
35*.mp3
36*.mp4
37*.ogg
38*.opus
337e0c62 39*.png
f304da8a 40*.sbv
41*.srt
42*.swf
43*.swp
44*.ttml
f304da8a 45*.url
46*.vtt
47*.wav
48*.webloc
49*.webm
337e0c62 50*.webp
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
66c935fb 89*.tar.gz
90*.zsh
91*.spec
060ac762 92test/testdata/player-*.js
66c935fb 93
94# Binary
f0884c8b 95/youtube-dl
96/youtube-dlc
97/yt-dlp
7a5c1cfe 98yt-dlp.zip
66c935fb 99*.exe
100
66c935fb 101# Text Editor / IDE
102.idea
103*.iml
d588d4a5 104.vscode
7a5c1cfe 105*.sublime-*
f74980cb 106
66c935fb 107# Lazy extractors
108*/extractor/lazy_extractors.py
50865ca8 109
f74980cb 110# Plugins
111ytdlp_plugins/extractor/*
112!ytdlp_plugins/extractor/__init__.py
7a5c1cfe 113!ytdlp_plugins/extractor/sample.py