added namespaces to restic ignore

This commit is contained in:
John Lancaster
2025-04-03 23:57:00 -05:00
parent 1c9f2b54df
commit 445e08a771

View File

@@ -38,6 +38,7 @@
"dist" "dist"
"__pycache__" "__pycache__"
"*.egg-info" "*.egg-info"
"namespaces"
]; ];
}; };
}; };