# ignore .git and .cache folders
.git
.cache


# ignore all *.class files in all folders, including build root
**/*.class

bin/

microsip/
Debug/
Release/
*.exe
*.msi

logs/
