.DS_Store
logs/
workspace/.claude.json

# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
.pytest_cache/

# Storage (MySQL data, etc.)
storage/*
!storage/.gitkeep

# OAuth credential files
tokens/

# Cloned app repositories
workspace/app/*
!workspace/app/.gitkeep

# Local env overrides
secrets.env
docker/.cron.env
docker/.toolbox.env
node_modules/

# Generated config files (created by bin/agento install)
workspace/SOUL.md
workspace/AGENTS.md
docker/.cron.env

# User modules (company-specific, like Magento app/code/)
app/code/*
!app/code/_example/

# Deployment-specific module state (like Magento app/etc/config.php)
app/etc/*
!app/etc/.gitkeep

# Build artifacts
dist/

# Reindexed data (generated by bin/agento reindex)
workspace/systems/

# Company-specific knowledge base and prompts (legacy, migrated to systems/)
workspace/KnowledgeBase/
workspace/prompts/

# Toolbox session
docker/toolbox/session.json

# Claude worktrees
.claude/worktrees/

.mcp
