Files
gpt-engineer/.gitignore
Artem Moskvin d4e9ba9270 Add benchmark report (#463)
* Add benchmark report

* Update scripts/benchmark.py

---------

Co-authored-by: Artem Moskvin <artemm@spotify.com>
Co-authored-by: Anton Osika <anton.osika@gmail.com>
2023-07-02 15:14:33 +02:00

59 lines
695 B
Plaintext

# See https://help.github.com/ignore-files/ for more about ignoring files.
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Virtual environments
.env
.env.sh
venv/
ENV/
# IDE-specific files
.vscode/
.idea/
# Compiled Python modules
*.pyc
*.pyo
*.pyd
# Python testing
.pytest_cache/
.ruff_cache/
.coverage
.mypy_cache/
# macOS specific files
.DS_Store
# Windows specific files
Thumbs.db
# this application's specific files
archive
# any log file
*log.txt
todo
scratchpad
# Ignore GPT Engineer files
projects
!projects/example
# Pyenv
.python-version
# Benchmark files
benchmark
!benchmark/*/prompt