# Dependencies node_modules/ yarn.lock package-lock.json # Build outputs dist/ build/ out/ .next/ .expo/ web-build/ bin/ # TypeScript *.tsbuildinfo .tsc-cache/ # Testing coverage/ .nyc_output/ # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # OS files .DS_Store Thumbs.db # Temporary files *.tmp *.temp .cache/ tmp/ temp/ # Mobile development .expo/ .expo-shared/ *.jks *.p8 *.p12 *.key *.mobileprovision *.orig.* # Go specific *.exe *.exe~ *.dll *.so *.dylib *.test *.out vendor/ # React Native .bundle/ android/app/debug/ android/app/release/ ios/Pods/ ios/build/ # Misc .turbo/ .vercel/ .netlify/ .serverless/ *.pid *.seed *.pid.lock # Local data *.sqlite *.sqlite3 *.db # Ignore pnpm store .pnpm-store/ # Ignore build artifacts apps/*/dist/ apps/*/build/ features/*/dist/ features/*/build/ shared/*/dist/ shared/*/build/ # Ignore test results test-results/ playwright-report/ playwright/.cache/ # Ignore local config overrides *.local.json *.local.yaml *.local.yml # Editor backup files *.bak *~ \#*\# .\#*