# Dependencies
*node_modules/

# Build output
*.next/

# SQLite databases
*.db
*.db-wal
*.db-shm

# Electron build output
*dist/

# Environment files
.env
.env.local
*.env.local

# Deploy state (contains agent IDs, not secrets)
# Include this if you want to track deployed agents
# .deploy-state.json

# Python
__pycache__/
*.pyc

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
