# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules/
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage
test_*

# next.js
/.next/
/out/

# production
/build
/dist

# desktop app (electron)
friendify-desktop/build/
friendify-desktop/dist/
friendify-desktop/release/

# mobile app (flutter)
friendify-mobile/build/
friendify-mobile/.dart_tool/
friendify-mobile/android/.gradle/
friendify-mobile/.idea/

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

.genkit/*
.env*

# firebase
firebase-debug.log
firestore-debug.log
.env

# download artifacts (served from Firebase Storage, not bundled in repo)
public/downloads/

# scratch and agent logs
scratch/
.env.*
*.env
credentials.json
*.key
.credentials
