|
|
|
|
|
|
|
__pycache__/ |
|
*.py[cod] |
|
*$py.class |
|
.history/ |
|
|
|
|
|
dist/ |
|
build/ |
|
*.egg-info/ |
|
*.egg |
|
|
|
|
|
.env |
|
.env.sh |
|
venv/ |
|
ENV/ |
|
venv_test_installation/ |
|
|
|
|
|
.vscode/ |
|
.idea/ |
|
|
|
|
|
*.pyc |
|
*.pyo |
|
*.pyd |
|
|
|
|
|
.pytest_cache/ |
|
.ruff_cache/ |
|
.mypy_cache/ |
|
.coverage |
|
coverage.* |
|
|
|
|
|
.DS_Store |
|
|
|
|
|
Thumbs.db |
|
|
|
|
|
archive |
|
|
|
|
|
*log.txt |
|
todo |
|
scratchpad |
|
|
|
|
|
.python-version |
|
|
|
.gpte_consent |
|
|
|
|
|
|
|
projects/* |
|
!projects/example/prompt |
|
!projects/example-improve |
|
!projects/example-vision |
|
|
|
|
|
|
|
docs/_build |
|
docs/applications |
|
docs/benchmark |
|
docs/cli |
|
docs/core |
|
docs/intro |
|
docs/tools |
|
|
|
|
|
.aider* |
|
.gpteng |
|
|
|
|
|
webapp/node_modules |
|
webapp/package-lock.json |
|
|
|
webapp/.next/ |
|
|
|
.langchain.db |
|
|
|
|
|
/!todo* |
|
|
|
|
|
.tox |
|
|
|
|
|
gpt_engineer/benchmark/benchmarks/apps/dataset |
|
gpt_engineer/benchmark/benchmarks/mbpp/dataset |
|
|
|
gpt_engineer/benchmark/minimal_bench_config.toml |
|
|
|
test.json |
|
|