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