# Ignore all cloned packages (they have their own repos) packages/* !packages/.gitkeep # Core CLI cache (transient data, not config) .core/cache/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Environment .env .env.local # Logs *.log