diff --git a/tasks.py b/tasks.py index 043bb3d39..1d9353544 100644 --- a/tasks.py +++ b/tasks.py @@ -136,6 +136,7 @@ def clean(c): pyi_file, Path("./.ruff_cache"), Path("./.pytest_cache"), + PYTHON_SRC_DIR / "rfbrowser.log", ]: try: file.unlink()