# Script run logs
logs/

# flatten-maven-plugin resolves ${revision} into installed POMs
.flattened-pom.xml

# Local environment — never commit real credentials
.env

# Maven build output
target/
**/target/

# Sanctions list cache (downloaded at runtime)
sanctions-cache/

# IDE
.idea/
*.iml
.vscode/

# OS
.DS_Store
Thumbs.db
