.DS_Store

# Local sandbox
_sandbox

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
out/
bin/
gen/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project

# IDEA files
*.iml
*.ipr
*.iws

# Other build files
project.properties
ant.properties
build.xml
proguard-project.txt
