]> jfr.im git - yt-dlp.git/blob - .gitignore
[movefiles] Fix compatibility with python2
[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 updates_key.pem
21 *.egg-info
22 .tox
23 *.class
24
25 # Generated
26 README.txt
27 *.1
28 *.bash-completion
29 *.fish
30 *.exe
31 *.tar.gz
32 *.zsh
33 *.spec
34
35 # Binary
36 youtube-dl
37 youtube-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 *.live_chat.json
62 *.jpg
63 *.png
64 *.webp
65 *.annotations.xml
66 *.description
67
68 # Config
69 *.conf
70 *.spec
71 cookies
72 cookies.txt
73
74
75
76 # Text Editor / IDE
77 .idea
78 *.iml
79 .vscode
80 *.sublime-workspace
81 *.sublime-project
82 !yt-dlp.sublime-project
83
84 # Lazy extractors
85 */extractor/lazy_extractors.py
86
87 # Plugins
88 ytdlp_plugins/extractor/*
89 !ytdlp_plugins/extractor/__init__.py
90 !ytdlp_plugins/extractor/sample.py