Files
gpt-engineer/.gitignore
Anton Osika 2b8e056d5d Add flow to ask for consent to share learnings – finally (#471)
* Consent flow

* Fix pre-commit

* Fix ruff

* Remove codespell

* Remove codespell fully

* whitespace
2023-07-02 19:17:15 +02:00

61 lines
710 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
.gpte_consent