target/
*.hprof
*.log
.idea/
*.iml
.vscode/
*.jfr
*.aot
*.aotconf
# generated by spring-boot-startup-time/scripts/gen-bulk.sh
spring-boot-startup-time/src/main/java/com/ankurm/startup/bulk/

# spring-batch: file-based H2 databases created by running the demo
spring-batch/data/
spring-batch/scenario-data/

# spring-batch-partitioning: generated shard CSVs and file-based H2 databases
spring-batch-partitioning/data/

# db-migrations-expand-contract: runtime classpath file written by `mvn package`
# (maven-dependency-plugin's build-classpath goal) for the standalone MigrationCli
# and LoadGenerator entry points - machine-specific, regenerated on every build
db-migrations-expand-contract/cp.txt

# graalvm-native-images: raw native-image-agent output directory (the relevant
# entries are copied by hand into src/main/resources/META-INF/native-image/...;
# this raw directory is a build-time scratch artifact, not documentation)
graalvm-native-images/agent-output/
