]> jfr.im git - yt-dlp.git/blob - .gitignore
[pyinst.py] Move back to root dir (Closes #63)
[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 *.swp
59 *.ogg
60 *.opus
61 *.info.json
62 *.live_chat.json
63 *.jpg
64 *.png
65 *.webp
66 *.annotations.xml
67 *.description
68
69 # Config
70 *.conf
71 *.spec
72 cookies
73 cookies.txt
74
75
76
77 # Text Editor / IDE
78 .idea
79 *.iml
80 .vscode
81 *.sublime-workspace
82 *.sublime-project
83 !yt-dlp.sublime-project
84
85 # Lazy extractors
86 */extractor/lazy_extractors.py
87
88 # Plugins
89 ytdlp_plugins/extractor/*
90 !ytdlp_plugins/extractor/__init__.py
91 !ytdlp_plugins/extractor/sample.py