[utils] `Popen`: Reset PyInstaller environment (#11258)
[yt-dlp3.git] / .gitignore
blobfdd904f7feb0ec336a2cd638491a52aede041b9b
1 # Config
2 *.conf
3 cookies
4 *cookies.txt
5 .netrc
7 # Downloaded
8 *.annotations.xml
9 *.aria2
10 *.description
11 *.dump
12 *.frag
13 *.frag.aria2
14 *.frag.urls
15 *.info.json
16 *.live_chat.json
17 *.meta
18 *.part*
19 *.tmp
20 *.temp
21 *.unknown_video
22 *.ytdl
23 .cache/
25 *.3gp
26 *.ape
27 *.ass
28 *.avi
29 *.desktop
30 *.f4v
31 *.flac
32 *.flv
33 *.gif
34 *.jpeg
35 *.jpg
36 *.lrc
37 *.m4a
38 *.m4v
39 *.mhtml
40 *.mkv
41 *.mov
42 *.mp3
43 *.mp4
44 *.mpg
45 *.mpga
46 *.oga
47 *.ogg
48 *.opus
49 *.png
50 *.sbv
51 *.srt
52 *.ssa
53 *.swf
54 *.tt
55 *.ttml
56 *.url
57 *.vtt
58 *.wav
59 *.webloc
60 *.webm
61 *.webp
63 # Allow config/media files in testdata
64 !test/**
66 # Python
67 *.pyc
68 *.pyo
69 .*_cache
70 wine-py2exe/
71 py2exe.log
72 build/
73 dist/
74 zip/
75 tmp/
76 venv/
77 .venv/
78 completions/
80 # Misc
82 *.DS_Store
83 *.kate-swp
84 MANIFEST
85 test/local_parameters.json
86 .coverage
87 cover/
88 secrets/
89 updates_key.pem
90 *.egg-info
91 .tox
92 *.class
93 *.isorted
94 *.stackdump
96 # Generated
97 AUTHORS
98 README.txt
99 .mailmap
101 *.bash-completion
102 *.fish
103 *.tar.gz
104 *.zsh
105 *.spec
106 test/testdata/sigs/player-*.js
108 # Binary
109 /youtube-dl
110 /youtube-dlc
111 /yt-dlp
112 yt-dlp.zip
113 *.exe
115 # Text Editor / IDE
116 .idea
117 *.iml
118 .vscode
119 *.sublime-*
120 *.code-workspace
121 *.swp
123 # Lazy extractors
124 */extractor/lazy_extractors.py
126 # Plugins
127 ytdlp_plugins/
128 yt-dlp-plugins