From 610d6b8654e9356fa731f4918b5ce7f69b85d2ae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Apr 2025 15:50:01 +0530 Subject: [PATCH] Exclude various analysis caches to VM --- bypy/rsync.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypy/rsync.conf b/bypy/rsync.conf index c016f98eb..71603af93 100644 --- a/bypy/rsync.conf +++ b/bypy/rsync.conf @@ -1 +1 @@ -to_vm_excludes '/dependencies /build /dist /kitty/launcher/kitty* /.build-cache /tags __pycache__ /*_commands.json *.so *.pyd *.pyc *_generated.go' +to_vm_excludes '/dependencies /build /dist /kitty/launcher/kitty* /.build-cache /.cache /.mypy_cache /.ruff_cache /tags __pycache__ /*_commands.json *.so *.pyd *.pyc *_generated.go'