mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-08 11:57:32 +08:00
d64f866bfa
Also fixed the Dockerfile. Converting to module makes development easier. Fixes coverage script in CI and test imports.
29 lines
404 B
Plaintext
29 lines
404 B
Plaintext
autogpt/keys.py
|
|
autogpt/*json
|
|
autogpt/node_modules/
|
|
autogpt/__pycache__/keys.cpython-310.pyc
|
|
package-lock.json
|
|
*.pyc
|
|
auto_gpt_workspace/*
|
|
*.mpeg
|
|
.env
|
|
azure.yaml
|
|
*venv/*
|
|
outputs/*
|
|
ai_settings.yaml
|
|
last_run_ai_settings.yaml
|
|
.vscode
|
|
.idea/*
|
|
auto-gpt.json
|
|
log.txt
|
|
log-ingestion.txt
|
|
logs
|
|
|
|
# Coverage reports
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
|
|
# For Macs Dev Environs: ignoring .Desktop Services_Store
|
|
.DS_Store
|