]> jfr.im git - yt-dlp.git/blob - .gitignore
Make sure playerOffsetMs is positive in youtube_live_chat by siikamiika #5 (blackjack...
[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 *.swp
50 *.spec
51 test/local_parameters.json
52 .tox
53 youtube-dl.zsh
54 youtube-dlc.zsh
55
56 # IntelliJ related files
57 .idea
58 *.iml
59
60 tmp/
61 venv/
62
63 # VS Code related files
64 .vscode
65
66 cookies.txt
67
68 *.sublime-workspace