# OS-specific files
.DS_Store
Thumbs.db
desktop.ini

# Editor-specific files
.vscode/settings.json
.vscode/launch.json
.vscode/tasks.json
*.swp
*.swo
*~

# Log files
*.log

# Temporary files
*.tmp
*.temp

# Personal workspace files (if any)
workspace.code-workspace

# Node modules (if any JavaScript tooling is added later)
node_modules/

# Python cache (if any Python tooling is added later)
__pycache__/
*.pyc
*.pyo

# Domain-specific learning storage (keep structure but ignore personal content)
domain-knowledge/personal/
domain-knowledge/*/personal-notes.md

# Prevent duplicate/legacy setup files
SETUP-*-ALEX*.md
SETUP-ALEX.md
SETUP-COMPLETE*.md
SETUP-DREAM*.md
SETUP-MINIMUM*.md
SETUP-SIMPLIFIED*.md
SEQUENTIAL-*.md
*-REPLICATION.md

# Only allow the official setup files
!SETUP-0-INSTALL-ALEX.md
!SETUP-1-FOUNDATION.md
!SETUP-2-ENHANCED-COGNITIVE.md
!SETUP-3-ADVANCED-AUTOMATION.md
!SETUP-0-INSTALL-ALEX-v2.md
!SETUP-1-FOUNDATION-v2.md
!SETUP-2-ENHANCED-COGNITIVE-v2.md
!SETUP-3-ADVANCED-AUTOMATION-v2.md
