# Script run logs and runtime artifacts
logs/
.logs/
.pids/
C*Temp*.json

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

# Local environment — never commit real credentials
.env

# Bunny.net pull zone ID written by setup-bunnynet.sh
.bunnynet-pull-zone-id

# Maven build output
target/
**/target/

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

# IDE
.idea/
*.iml
.vscode/

# OS
.DS_Store
Thumbs.db
/.allure/
