# ignore Intellij-IDEA files
*.iml
*.ipr
*.iws
*.classpath
*.settings
*.project
*.idea


# ignore logs
*.log

# ignore target directories
target/
