diff --git a/autogpts/autogpt/.gitignore b/autogpts/autogpt/.gitignore index c2511764..c4d3d0e2 100644 --- a/autogpts/autogpt/.gitignore +++ b/autogpts/autogpt/.gitignore @@ -17,6 +17,7 @@ log-ingestion.txt *.mp3 mem.sqlite3 venvAutoGPT +data/* # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/autogpts/autogpt/data/agents/AutoGPT/workspace/main.py b/autogpts/autogpt/data/agents/AutoGPT/workspace/main.py deleted file mode 100644 index e69de29b..00000000