30 lines
363 B
Plaintext
30 lines
363 B
Plaintext
# Build outputs
|
|
*/app/build/
|
|
*/.gradle/
|
|
*.apk
|
|
|
|
# Local properties (machine-specific paths)
|
|
local.properties
|
|
|
|
# Binaries and credentials
|
|
signing/
|
|
|
|
# SDK installation (install locally)
|
|
android-sdk/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
server/venv/
|
|
|
|
# Server repos and downloads (APKs)
|
|
server/repos/
|
|
server/downloads/
|
|
|
|
# Log files
|
|
nohup.out
|
|
|
|
# OS files
|
|
.DS_Store
|
|
*.swp
|
|
*.swo |