]> jfr.im git - yt-dlp.git/blame_incremental - .gitignore
[youtube_live_chat] Improve extraction
[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/
20updates_key.pem
21*.egg-info
22.tox
23*.class
24
25# Generated
26README.txt
27*.1
28*.bash-completion
29*.fish
30*.exe
31*.tar.gz
32*.zsh
33*.spec
34
35# Binary
36youtube-dl
37youtube-dlc
38*.exe
39
40# Downloaded
41*.srt
42*.ttml
43*.sbv
44*.vtt
45*.flv
46*.mp4
47*.m4a
48*.m4v
49*.mp3
50*.3gp
51*.wav
52*.ape
53*.mkv
54*.swf
55*.part
56*.ytdl
57*.swp
58*.ogg
59*.opus
60*.info.json
61*.annotations.xml
62*.description
63
64# Config
65*.conf
66*.spec
67cookies
68cookies.txt
69
70
71
72# Text Editor / IDE
73.idea
74*.iml
75.vscode
76*.sublime-workspace
77*.sublime-project
78!yt-dlp.sublime-project
79
80# Lazy extractors
81*/extractor/lazy_extractors.py
82
83# Plugins
84ytdlp_plugins/extractor/*
85!ytdlp_plugins/extractor/__init__.py
86!ytdlp_plugins/extractor/sample.py