Files
Vijay Janapa Reddi d186e5ba17 Simplify .tinytorch structure and add file update notifications
Changes:
- Move profile.json from nested community/ to flat ~/.tinytorch/profile.json
- Add file update notifications when .tinytorch files are created/updated
- Print "📝 Updated: ~/.tinytorch/filename" for better visibility
- Update benchmark.py to use new flat structure
- Update auth.py to print when credentials are saved

Benefits:
- Simpler, flatter directory structure (no unnecessary nesting)
- Users see exactly which files are being modified during setup
- Consistent location for all user data (~/.tinytorch/)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 12:13:46 -05:00
..

Development Tools

This directory contains tools for TinyTorch maintainers and contributors.

Structure

  • dev/ - Development environment setup and utilities
  • build/ - Build scripts for generating notebooks and metadata
  • maintenance/ - Maintenance and cleanup scripts

For Students

Students don't need anything in this directory. Use the main setup scripts in the project root.

For Developers

See docs/development/DEVELOPER_SETUP.md for complete developer documentation.