chore: add .autogpt/ to gitignore

The .autogpt/ directory is where AutoGPT stores agent data when running
from any directory. This should not be committed to version control.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nicholas Tindle
2026-01-18 17:02:47 -06:00
parent ef8a6d2528
commit 7a20de880d
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@
classic/original_autogpt/keys.py
classic/original_autogpt/*.json
auto_gpt_workspace/*
.autogpt/
*.mpeg
.env
# Root .env files

View File

@@ -15,6 +15,7 @@ log-ingestion.txt
mem.sqlite3
venvAutoGPT
data/*
.autogpt/
# Byte-compiled / optimized / DLL files
__pycache__/