Disable auto-protection to prevent permission errors during export

The auto-protection feature was setting core tinytorch files to read-only
after each export, which caused permission errors on subsequent exports.
Students who want file protection can run 'tito protect --enable' manually.
This commit is contained in:
Vijay Janapa Reddi
2025-11-22 15:27:33 -05:00
parent 0810809b30
commit 521aee0af3
2 changed files with 18 additions and 29 deletions

View File

@@ -8,3 +8,5 @@ repos: []