.idea
/.idea/**/*
!/.idea/codeStyles/
!/.idea/codeStyles/**/*
*.iml
.gradle
build/
/local.properties
.local/*
*.jks
/fastlane/report.xml
/fastlane/Appfile
/captures
.externalNativeBuild
.cxx
.DS_Store
.kotlin/sessions
.kotlin/errors

/fastlane/README.md

# Compose screenshot-test reference images: regenerated on demand and copied into fastlane metadata
# by fastlane/copy_screenshots.sh, so they are intermediates, not committed artifacts.
**/src/screenshotTest*/reference/

# Play Store screenshots: only the committed "smoke" locale set is tracked. All other locales are
# generated on demand for a full run (fastlane/generate_screenshots.sh). Keep the allow-list in sync
# with the smoke set in fastlane/screenshots/locales.txt.
fastlane/metadata/android/*/images/phoneScreenshots/*.png
!fastlane/metadata/android/en-US/images/phoneScreenshots/*.png
!fastlane/metadata/android/de-DE/images/phoneScreenshots/*.png
!fastlane/metadata/android/es-ES/images/phoneScreenshots/*.png
!fastlane/metadata/android/fr-FR/images/phoneScreenshots/*.png
!fastlane/metadata/android/ja-JP/images/phoneScreenshots/*.png
!fastlane/metadata/android/zh-CN/images/phoneScreenshots/*.png
!fastlane/metadata/android/ru-RU/images/phoneScreenshots/*.png
!fastlane/metadata/android/ar/images/phoneScreenshots/*.png

.codex
_site/
.jekyll-cache/
vendor/bundle/
# JVM crash logs (e.g. from a layoutlib render OOM)
hs_err_pid*.log
replay_pid*.log
