# Build artifacts build/ build-*/ cmake-build-*/ # Cache .cache/ # IDE .idea/ .vscode/ *.swp *.swo *~ # Dependencies webui/node_modules/ # Compiled/generated *.o *.a *.so *.dylib # Logs *.log logs/ # Runtime data data/ *.db *.wal snapshots/ # Environment .env .env.local .env.*.local # OS files .DS_Store Thumbs.db # Config overrides (keep templates) config/*.local.json # Package lock (optional - uncomment if you want to ignore) # webui/package-lock.json # Vite cache webui/.vite/ webui/dist/ # Test coverage coverage/