# ==== Tripz — نصوص فقط، لا ملفات كبيرة ولا أسرار ولا مخرجات بناء ====

# ---- Secrets / env ----
.env
.env.*
!.env.example
*.pem
*.key
*.keystore
*.jks
**/google-services.json
**/GoogleService-Info.plist

# ---- Node / NestJS ----
node_modules/
dist/
build/
coverage/
*.log
npm-debug.log*
yarn-error.log*
.pnpm-store/

# ---- Flutter / Dart ----
.dart_tool/
.packages
.pub-cache/
.pub/
**/build/
**/.flutter-plugins
**/.flutter-plugins-dependencies
**/ios/Pods/
**/ios/.symlinks/
**/android/.gradle/
**/android/app/debug/
**/android/app/profile/
**/android/app/release/
*.iml

# ---- Docker / data volumes (تُدار على السيرفر لا في git) ----
**/pgdata/
**/redisdata/
*.dump
*.sql.gz

# ---- OS / IDE ----
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp

# ---- Big/binary assets (لا تُرفع لـ git — نصوص فقط) ----
*.zip
*.tar
*.tar.gz
*.mbtiles
*.pbf
*.apk
*.aab
*.ipa
*.mp4
*.mov
*.psd
