Files
codex/sdk/python/.gitignore
pakrym-oai e05f333e55 Python sdk
2025-09-30 14:35:22 -07:00

14 lines
128 B
Plaintext

__pycache__/
*.py[cod]
*.so
*.dylib
*.egg-info/
build/
dist/
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/