mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
14 lines
128 B
Plaintext
14 lines
128 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.dylib
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
.venv/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
htmlcov/
|