Files
TinyTorch/tests/.gitkeep
Vijay Janapa Reddi 4912f794d2 🛡️ Add protection for critical tests/ directory
- 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.
2025-07-15 10:03:05 -04:00

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/