# Ignore all cloned packages (they have their own repos) packages/* !packages/.gitkeep # Core CLI cache (transient data, not config) .core/cache/ # IDE - share useful configs, ignore user-specific .idea/workspace.xml .idea/tasks.xml .idea/shelf/ .idea/httpRequests/ .idea/dataSources/ .idea/dataSources.local.xml .idea/copilot*.xml .idea/material_theme*.xml .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Environment .env .env.local # Logs *.log # Template - remove these lines after setup # !TEMPLATE_SETUP.md