# Maven
.flattened-pom.xml
*.pom.versionsBackup

# IDE
.idea/
*.iml
*.ipr
*.iws

# Build output
target/
**/target/

# Logs
logs/
*.log

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.local
.env.*.local

# Test reports
jacoco/
coverage/

# Temporary files
*.tmp
*.temp
.cache/