# Dependencies node_modules/ .pnpm-store/ # Environment .env .env.local .env.production # Build output dist/ build/ # Logs logs/ *.log npm-debug.log* pnpm-debug.log* # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Keys (NEVER commit these!) *.pem private.key public.key # Testing coverage/ .nyc_output/ # Database *.db *.sqlite # Misc .cache/ tmp/ temp/ # DuckDB local data data/