]> jfr.im git - yt-dlp.git/blob - .gitignore
Cleanup some code and fix typos
[yt-dlp.git] / .gitignore
1 # Python
2 *.pyc
3 *.pyo
4 wine-py2exe/
5 py2exe.log
6 build/
7 dist/
8 zip/
9 tmp/
10 venv/
11
12 # Misc
13 *~
14 *.DS_Store
15 *.kate-swp
16 MANIFEST
17 test/local_parameters.json
18 .coverage
19 cover/
20 secrets/
21 updates_key.pem
22 *.egg-info
23 .tox
24 *.class
25
26 # Generated
27 README.txt
28 *.1
29 *.bash-completion
30 *.fish
31 *.exe
32 *.tar.gz
33 *.zsh
34 *.spec
35
36 # Binary
37 youtube-dl
38 youtube-dlc
39 *.exe
40
41 # Downloaded
42 *.srt
43 *.ttml
44 *.sbv
45 *.vtt
46 *.flv
47 *.mp4
48 *.m4a
49 *.m4v
50 *.mp3
51 *.3gp
52 *.wav
53 *.ape
54 *.mkv
55 *.swf
56 *.part
57 *.ytdl
58 *.frag
59 *.frag.urls
60 *.aria2
61 *.swp
62 *.ogg
63 *.opus
64 *.info.json
65 *.live_chat.json
66 *.jpg
67 *.png
68 *.webp
69 *.annotations.xml
70 *.description
71
72 # Config
73 *.conf
74 *.spec
75 cookies
76 cookies.txt
77
78
79
80 # Text Editor / IDE
81 .idea
82 *.iml
83 .vscode
84 *.sublime-workspace
85 *.sublime-project
86 !yt-dlp.sublime-project
87
88 # Lazy extractors
89 */extractor/lazy_extractors.py
90
91 # Plugins
92 ytdlp_plugins/extractor/*
93 !ytdlp_plugins/extractor/__init__.py
94 !ytdlp_plugins/extractor/sample.py