# Generated work and private local state
.local/
dist/
.venv/
venv/
__pycache__/
.pytest_cache/
*.pyc
node_modules/
.expo/
.DS_Store
.idea/
# Platform build products
.gradle/
.kotlin/
.build/
**/build/
DerivedData/
*.xcodeproj/
.swiftpm/
xcuserdata/
local.properties
*.apk
*.aab
*.jar
# Credentials, production data and signing material
.env
.env.*
*.pem
*.key
*.jks
*.keystore
*.mobileprovision
*.p12
*.pfx
*.der
*.crt
*.cer
*.credentials
.npmrc
.netrc
*.sqlite
*.sqlite3
*.sqlite3-*
*.db
*.db-*
*.sqlite-*

# Actual environment/CLI linkage files must never leave the workstation.
.env*
!.env.example
.dev.vars*
!.dev.vars.example
.env.migrations
.wrangler/
supabase/.temp/
supabase/.branches/
apps/ios/Config/Local.xcconfig
*.env
*.env.*
!*.env.example

# Required Gradle bootstrap binary, verified against upstream checksum
!apps/android/gradle/wrapper/gradle-wrapper.jar

# Source archive manifests are generated by tools/project.py.
/SHA256SUMS
