# Android keystore — NEVER commit (secret)
# Glob, not the bare name: `android.keystore.old` once slipped past the exact
# match and got committed. Any suffix is covered now.
android.keystore*
*.keystore
*.jks

# Build artifacts (regenerated by bubblewrap)
twa/.gradle/
twa/build/
twa/app/
twa/*.apk
twa/*.aab
twa/*.idsig
*.aab
*.apk
*.idsig

# Node modules
node_modules/
