Add GPT-5-Codex support (#37)

This commit is contained in:
Maciej Wilczyński
2025-09-16 14:58:41 +02:00
committed by GitHub
parent 2f23cd5a89
commit 77d60fe321
10 changed files with 189 additions and 45 deletions

16
.gitignore vendored
View File

@@ -1,9 +1,21 @@
# Python bytecode
__pycache__/
*.py[cod]
.pytest_cache/
*$py.class
# Virtual environments
.env/
.venv/
venv/
ENV/
# Packaging artifacts
build/
dist/
*.egg-info/
# Tool caches
.pytest_cache/
.mypy_cache/
# OS clutter
.DS_Store