Update .gitignore for venv and test artifacts
Added rules to ignore virtual environment directories (venv, .venv) and test artifact files (*.test, *.tmp) to prevent them from being tracked in the repository.
This commit is contained in:
@@ -24,3 +24,11 @@ dist/
|
|||||||
# yt-dlp temporary/partial files
|
# yt-dlp temporary/partial files
|
||||||
*.part
|
*.part
|
||||||
*.ytdl
|
*.ytdl
|
||||||
|
|
||||||
|
# Virtual environments
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
|
||||||
|
# Test artifacts
|
||||||
|
*.test
|
||||||
|
*.tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user