Fix: Update .gitignore and finalize logo fix in email_renderer.py

Updated .gitignore to ignore *.iml files and committed the final change to email_renderer.py with the correct base64 logo.
This commit is contained in:
poduck
2025-12-15 12:26:52 -05:00
parent 89fa8f81af
commit cf8fdfccb4
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,6 @@
# Test coverage reports (generated)
frontend/coverage/
# IDE files
.idea/misc.xml
*.iml

File diff suppressed because one or more lines are too long