]> jfr.im git - yt-dlp.git/blame_incremental - .gitignore
Extract comments only when needed #95 (Closes #94)
[yt-dlp.git] / .gitignore
... / ...
CommitLineData
1# Python
2*.pyc
3*.pyo
4wine-py2exe/
5py2exe.log
6build/
7dist/
8zip/
9tmp/
10venv/
11
12# Misc
13*~
14*.DS_Store
15*.kate-swp
16MANIFEST
17test/local_parameters.json
18.coverage
19cover/
20secrets/
21updates_key.pem
22*.egg-info
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
39yt-dlp.zip
40*.exe
41
42# Downloaded
43*.srt
44*.ttml
45*.sbv
46*.vtt
47*.flv
48*.mp4
49*.m4a
50*.m4v
51*.mp3
52*.3gp
53*.wav
54*.ape
55*.mkv
56*.swf
57*.part
58*.ytdl
59*.frag
60*.frag.urls
61*.aria2
62*.swp
63*.ogg
64*.opus
65*.info.json
66*.live_chat.json
67*.jpg
68*.png
69*.webp
70*.annotations.xml
71*.description
72
73# Config
74*.conf
75*.spec
76cookies
77cookies.txt
78
79
80
81# Text Editor / IDE
82.idea
83*.iml
84.vscode
85*.sublime-*
86
87# Lazy extractors
88*/extractor/lazy_extractors.py
89
90# Plugins
91ytdlp_plugins/extractor/*
92!ytdlp_plugins/extractor/__init__.py
93!ytdlp_plugins/extractor/sample.py