diff --git a/.gitignore b/.gitignore index 8415dd0..147fe56 100644 --- a/.gitignore +++ b/.gitignore @@ -51,8 +51,13 @@ error*.txt debug*.txt interactive*.txt latest_error*.txt -*.png +# *.png # REMOVED: Need to commit CMA template and other critical PNG files +# Exception: Visualizations and debug outputs can be ignored +test_reports_full/*.png +debug*/*.png +*.jpg +*.jpeg CLAUDE.md .claude - +test_reports_full/ debug* \ No newline at end of file diff --git a/template/CMA_Logo.png b/template/CMA_Logo.png new file mode 100644 index 0000000..a871a9e Binary files /dev/null and b/template/CMA_Logo.png differ