Exclude .venv
from backups when it's not in a cache directory
#4948
Labels
.venv
from backups when it's not in a cache directory
#4948
Feature Request
By default
.venv
folders are in~/Library/Caches
, but they can also be stored in project folders using thevirtualenvs.in-project
config option. When this happens, cache is being stored in a non-standard location, so it makes sense to let backup solutions know that it should be excluded from backups.Rust's package manager already does this, and Node.js' package manager is planning to add it. My PR #4599 implements this for Poetry, but there are some mixed opinions so I'm opening this issue for it.
The text was updated successfully, but these errors were encountered: