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:
@@ -1,3 +1,5 @@
|
||||
.venv
|
||||
__pycache__
|
||||
.env
|
||||
.agents
|
||||
.codex
|
||||
Reference in New Issue
Block a user