# Node modules
node_modules/

# Build output
dist/
build/

# Environment files
.env
.env.local
.env.*.local

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Test coverage
coverage/
.nyc_output/

# TypeScript
*.tsbuildinfo

# Temporary files
tmp/
temp/

# Fastlane specific
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# iOS specific
*.ipa
*.dSYM.zip
*.dSYM

# Android specific
*.apk
*.aab
*.keystore

# Certificates and keys
*.p12
*.p8
*.pem
*.key
*.cer
*.certSigningRequest
*.mobileprovision

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
.eggs/
*.egg-info/
.pytest_cache/
