# Maven stuff
**/target/*

# Eclipse stuff
**/.project
**/.settings/*
**/.prefs
**/.classpath
/target/

# IntelliJ IDEA specific
.idea/
*.iml

# VSCode
.vscode