# Secrets .env *.pem *.key *.pfx # Android release keystore health_app/android/**/*.jks health_app/android/key.properties # .NET build outputs backend/**/bin/ backend/**/obj/ backend/artifacts/ # Generated local audit reports audit/*.html # PostgreSQL local data backend/pgdata/ # 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/ # Uploads & logs backend/src/Health.WebApi/uploads/ backend/src/Health.WebApi/data-protection-keys/ *.log *.txt *.jpg *.png !backend/src/Health.WebApi/wwwroot/app-icon.png !health_app/assets/branding/*.png !health_app/android/app/src/main/res/drawable/launch_brand.png !health_app/android/app/src/main/res/drawable-v21/launch_brand.png # Claude .claude/ # OS .DS_Store Thumbs.db