oth

##############################
## Java
##############################
.mtj.tmp/
*.class
*.log
*.ctxt
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
hs_err_pid*

##############################
## NetBeans
##############################
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
build.xml
manifest.mf

##############################
## Visual Studio Code
##############################
.vscode/
.code-workspace

##############################
## OS X
##############################
.DS_Store

##############################
## Others
##############################
db_config.yml

##############################
## Python
##############################
*.pyc
