# Secrets
.env
*.pem
*.key
*.pfx

# .NET build outputs
backend/**/bin/
backend/**/obj/

# Flutter build outputs
health_app/build/
health_app/.dart_tool/
health_app/.flutter-plugins*
health_app/.packages

# Android
health_app/android/.gradle/
health_app/android/app/build/
health_app/android/local.properties

# iOS
health_app/ios/Pods/
health_app/ios/.symlinks/

# IDE
.idea/
*.suo
*.user
*.userosscache
*.sln.docstates
.vs/
.vscode/

# OS
.DS_Store
Thumbs.db
