# sbt
# (may want to keep parts of 'project')
project/project
project/target
target/
build/
lib/
output/*

# eclipse
build
.classpath
.project
.settings
.worksheet

# intellij idea
*.log
*.iml
*.ipr
*.iws
.idea

# vscode
/.vscode

# mac
.DS_Store

# other?
.history
.scala_dependencies
.cache
.cache-main

#general
*.class


/RUNNING_PID