1 2 3 4 5 6 7 8 9 10 11 12 13 14 15# Resources Directory This directory contains all non-code resources for the project. ## Structure - `training_data/` - Training datasets and processed data files - `models/` - Trained model checkpoints - `exports/` - Exported models (ONNX, etc.) ## Notes - All generated data files should be placed here, not in the root directory - Use subdirectories to organize different types of resources - Do not commit large model files to git (add to .gitignore)