]> jfr.im git - yt-dlp.git/blob - .gitignore
Plugin support
[yt-dlp.git] / .gitignore
1 *.pyc
2 *.pyo
3 *.class
4 *~
5 *.DS_Store
6 wine-py2exe/
7 py2exe.log
8 *.kate-swp
9 build/
10 dist/
11 zip/
12 MANIFEST
13 README.txt
14 youtube-dl.1
15 youtube-dlc.1
16 youtube-dl.bash-completion
17 youtube-dlc.bash-completion
18 youtube-dl.fish
19 youtube-dlc.fish
20 youtube_dl/extractor/lazy_extractors.py
21 youtube_dlc/extractor/lazy_extractors.py
22 youtube-dl
23 youtube-dlc
24 youtube-dl.exe
25 youtube-dlc.exe
26 youtube-dl.tar.gz
27 youtube-dlc.tar.gz
28 youtube-dlc.spec
29 .coverage
30 cover/
31 updates_key.pem
32 *.egg-info
33 *.srt
34 *.ttml
35 *.sbv
36 *.vtt
37 *.flv
38 *.mp4
39 *.m4a
40 *.m4v
41 *.mp3
42 *.3gp
43 *.wav
44 *.ape
45 *.mkv
46 *.swf
47 *.part
48 *.ytdl
49 *.conf
50 *.swp
51 *.spec
52 *.exe
53 test/local_parameters.json
54 .tox
55 youtube-dl.zsh
56 youtube-dlc.zsh
57
58 # IntelliJ related files
59 .idea
60 *.iml
61
62 tmp/
63 venv/
64
65 # VS Code related files
66 .vscode
67
68 # SublimeText files
69 *.sublime-workspace
70
71 # Cookies
72 cookies
73 cookies.txt
74
75 # Plugins
76 ytdlp_plugins/extractor/*
77 !ytdlp_plugins/extractor/__init__.py
78 !ytdlp_plugins/extractor/sample.py