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