Found during PLAY workflow audit - dead code cleanup needed:
Binary Executables (should be removed)
bar_chart_demo_temp - ELF 64-bit executable, 747KB
fortplot_bridge - executable file
terminal - PNG image file (should be in .gitignore)
test.unsupported - PNG image file, 352KB
Impact
- Repository pollution with binary files
- Increased clone size and CI overhead
- Violation of source code repository principles
- Files listed in .gitignore but still present
Root Cause
Binary files were committed instead of being properly excluded by .gitignore
Solution
- Remove binary executables from repository
- Add to .gitignore if needed
- Clean up build artifacts
- Verify .gitignore effectiveness