# Maven target directory target/ # IDEA files .idea/ *.iml *.iws # Eclipse files .project .classpath .settings/ # Log files logs/ *.log nohup.out # OS files .DS_Store Thumbs.db # Temporary files *.swp *.swo # Build files *.jar *.war # Environment files .env .env.local .env.*.local # Database files *.db *.sqlite # Test reports surefire-reports/ jacoco/ # Maven wrapper .mvn/wrapper/maven-wrapper.jar # App directory (contains compiled jar and scripts) app/