]> jfr.im git - yt-dlp.git/blame - .gitignore
[pyinst.py] Move back to root dir (Closes #63)
[yt-dlp.git] / .gitignore
CommitLineData
66c935fb 1# Python
f1f300e6
RB
2*.pyc
3*.pyo
c6306eb7
FVC
4wine-py2exe/
5py2exe.log
cc51a7d4
FV
6build/
7dist/
c76eb41b 8zip/
66c935fb 9tmp/
10venv/
11
12# Misc
13*~
14*.DS_Store
15*.kate-swp
cc51a7d4 16MANIFEST
66c935fb 17test/local_parameters.json
fedb6816
FV
18.coverage
19cover/
b3943b2f 20secrets/
cb6ff87f 21updates_key.pem
67dfbc0c 22*.egg-info
66c935fb 23.tox
24*.class
25
26# Generated
27README.txt
28*.1
29*.bash-completion
30*.fish
31*.exe
32*.tar.gz
33*.zsh
34*.spec
35
36# Binary
37youtube-dl
38youtube-dlc
39*.exe
40
41# Downloaded
67dfbc0c 42*.srt
68d43a61 43*.ttml
67dfbc0c
IM
44*.sbv
45*.vtt
46*.flv
47*.mp4
455fa214
PH
48*.m4a
49*.m4v
92cf872a 50*.mp3
d3c97bad 51*.3gp
3a86b2c5 52*.wav
2574721a
YCH
53*.ape
54*.mkv
51b1378e 55*.swf
67dfbc0c 56*.part
9f54ae28 57*.ytdl
a2360a4c 58*.swp
66c935fb 59*.ogg
60*.opus
c25228e5 61*.info.json
8a0b9322 62*.live_chat.json
63*.jpg
64*.png
65*.webp
c25228e5 66*.annotations.xml
67*.description
66c935fb 68
69# Config
70*.conf
c76eb41b 71*.spec
66c935fb 72cookies
73cookies.txt
2a329110 74
2a329110 75
d588d4a5 76
66c935fb 77# Text Editor / IDE
78.idea
79*.iml
d588d4a5 80.vscode
f74980cb 81*.sublime-workspace
66c935fb 82*.sublime-project
83!yt-dlp.sublime-project
f74980cb 84
66c935fb 85# Lazy extractors
86*/extractor/lazy_extractors.py
50865ca8 87
f74980cb 88# Plugins
89ytdlp_plugins/extractor/*
90!ytdlp_plugins/extractor/__init__.py
91!ytdlp_plugins/extractor/sample.py