diff --git a/.gitignore b/.gitignore index e74c43c..c4a03a3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,11 @@ dist/ # yt-dlp temporary/partial files *.part *.ytdl + +# Virtual environments +venv/ +.venv/ + +# Test artifacts +*.test +*.tmp