]> jfr.im git - yt-dlp.git/blob - .gitignore
Portable Configuration file (closes #19)
[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 test/local_parameters.json
53 .tox
54 youtube-dl.zsh
55 youtube-dlc.zsh
56
57 # IntelliJ related files
58 .idea
59 *.iml
60
61 tmp/
62 venv/
63
64 # VS Code related files
65 .vscode
66
67 cookies.txt
68
69 *.sublime-workspace