]> jfr.im git - yt-dlp.git/blame_incremental - .gitignore
[.gitignore] Add .vscode
[yt-dlp.git] / .gitignore
... / ...
CommitLineData
1*.pyc
2*.pyo
3*.class
4*~
5*.DS_Store
6wine-py2exe/
7py2exe.log
8*.kate-swp
9build/
10dist/
11MANIFEST
12README.txt
13youtube-dl.1
14youtube-dl.bash-completion
15youtube-dl.fish
16youtube_dl/extractor/lazy_extractors.py
17youtube-dl
18youtube-dl.exe
19youtube-dl.tar.gz
20.coverage
21cover/
22updates_key.pem
23*.egg-info
24*.srt
25*.ttml
26*.sbv
27*.vtt
28*.flv
29*.mp4
30*.m4a
31*.m4v
32*.mp3
33*.3gp
34*.wav
35*.ape
36*.mkv
37*.swf
38*.part
39*.ytdl
40*.swp
41test/local_parameters.json
42.tox
43youtube-dl.zsh
44
45# IntelliJ related files
46.idea
47*.iml
48
49tmp/
50venv/
51
52# VS Code related files
53.vscode