]> jfr.im git - yt-dlp.git/blob - .gitignore
Fix packaging bugs (#129)
[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 completions/
12
13 # Misc
14 *~
15 *.DS_Store
16 *.kate-swp
17 MANIFEST
18 test/local_parameters.json
19 .coverage
20 cover/
21 secrets/
22 updates_key.pem
23 *.egg-info
24 .tox
25 *.class
26
27 # Generated
28 AUTHORS
29 README.txt
30 .mailmap
31 *.1
32 *.bash-completion
33 *.fish
34 *.exe
35 *.tar.gz
36 *.zsh
37 *.spec
38
39 # Binary
40 /youtube-dl
41 /youtube-dlc
42 /yt-dlp
43 yt-dlp.zip
44 *.exe
45
46 # Downloaded
47 *.srt
48 *.ttml
49 *.sbv
50 *.vtt
51 *.flv
52 *.mp4
53 *.m4a
54 *.m4v
55 *.mp3
56 *.3gp
57 *.webm
58 *.wav
59 *.ape
60 *.mkv
61 *.swf
62 *.part
63 *.ytdl
64 *.dump
65 *.frag
66 *.frag.urls
67 *.aria2
68 *.swp
69 *.ogg
70 *.opus
71 *.info.json
72 *.live_chat.json
73 *.jpg
74 *.png
75 *.webp
76 *.annotations.xml
77 *.description
78
79 # Config
80 *.conf
81 *.spec
82 cookies
83 cookies.txt
84
85
86
87 # Text Editor / IDE
88 .idea
89 *.iml
90 .vscode
91 *.sublime-*
92
93 # Lazy extractors
94 */extractor/lazy_extractors.py
95
96 # Plugins
97 ytdlp_plugins/extractor/*
98 !ytdlp_plugins/extractor/__init__.py
99 !ytdlp_plugins/extractor/sample.py