# Maven build targets
**/target/*

# Maven release files
*.releaseBackup
release.properties

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

# IntelliJ IDEA specific
.idea/
*.iml

# VS Code
.factorypath
.vscode

# Velocity.log
velocity.log

# MacOS Desktop Services Store files
**/.DS_Store

# Kafka log from test suite
testsuite/kafka.log