mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2025-12-05 19:17:52 -06:00
- Add tests/README.md with clear warnings and recovery instructions - Add tests/.gitkeep to ensure directory is always tracked - Protect 15 integration test files (~100KB valuable code) - Provide git recovery commands if accidentally deleted Addresses risk mitigation while keeping standard Python conventions.
3 lines
181 B
Plaintext
3 lines
181 B
Plaintext
# This file ensures the tests/ directory is always present in git
|
|
# The tests/ directory contains critical integration tests - DO NOT DELETE
|
|
# Recovery: git checkout HEAD -- tests/ |