]> jfr.im git - yt-dlp.git/blob - .gitignore
fix merge.
[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 MANIFEST
12 README.txt
13 youtube-dl.1
14 youtube-dlc.1
15 youtube-dl.bash-completion
16 youtube-dlc.bash-completion
17 youtube-dl.fish
18 youtube-dlc.fish
19 youtube_dl/extractor/lazy_extractors.py
20 youtube_dlc/extractor/lazy_extractors.py
21 youtube-dl
22 youtube-dlc
23 youtube-dl.exe
24 youtube-dlc.exe
25 youtube-dl.tar.gz
26 youtube-dlc.tar.gz
27 .coverage
28 cover/
29 updates_key.pem
30 *.egg-info
31 *.srt
32 *.ttml
33 *.sbv
34 *.vtt
35 *.flv
36 *.mp4
37 *.m4a
38 *.m4v
39 *.mp3
40 *.3gp
41 *.wav
42 *.ape
43 *.mkv
44 *.swf
45 *.part
46 *.ytdl
47 *.swp
48 test/local_parameters.json
49 .tox
50 youtube-dl.zsh
51 youtube-dlc.zsh
52
53 # IntelliJ related files
54 .idea
55 *.iml
56
57 tmp/
58 venv/
59
60 # VS Code related files
61 .vscode