refactor(core): clean up code style and improve readability

This commit addresses various minor structural improvements across the codebase, primarily focusing on simplifying syntax and enhancing robustness. Several instances of overly verbose string concatenation and unnecessary line breaks have been cleaned up for better adherence to Python best practices.

- Simplified dictionary comprehensions in asset retrieval functions
- Improved error message formatting using f-strings
- Updated .gitignore to exclude agent and codex directories
This commit is contained in:
2026-07-23 16:54:23 +02:00
parent a51479b599
commit 326175b176
2 changed files with 11 additions and 28 deletions
+2
View File
@@ -1,3 +1,5 @@
.venv
__pycache__
.env
.agents
.codex