# Dependencies node_modules/ contact-api/node_modules/ # Build artifacts dist/ build/ contact-api/dist/ coverage/ *.tsbuildinfo .vite/ # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Environment files (keep examples) # Archives and local release bundles *.tgz *.tar *.tar.gz # Tool caches .eslintcache .nyc_output/ # Editor / IDE .vscode/ .idea/ *.swp *.swo *~ # OS generated .DS_Store Thumbs.db