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