fix: update .gitignore to cover all bot/memory subdirs, untrack runtime data
- Change bot/memory/*.json to bot/memory/** to properly ignore all subdirectories (dms/, dm_reports/, profile_pictures/) - Untrack bot/memory/ files from index (DMs, profile pics, dm reports) - Untrack cheshire-cat discord_bridge __pycache__/*.pyc from index - These files are runtime/user data that should never be in version control
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -41,9 +41,8 @@ logs/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Bot memory (contains user data)
|
||||
bot/memory/*.json
|
||||
bot/memory/autonomous_context.json
|
||||
# Bot memory (contains user data — DMs, profile pictures, etc.)
|
||||
bot/memory/**
|
||||
!bot/memory/.gitkeep
|
||||
|
||||
# Sensitive files
|
||||
|
||||
Reference in New Issue
Block a user