# Override global gitignore for IB Gateway distribution files
# We want to include the build and dist folders from the downloaded gateway
# Include everything in this directory
!*
# But still ignore logs and temporary files
logs/
*.log
*.tmp
*.temp
# Ignore any zip files (downloaded archives)
*.zip
# Ignore macOS system files
.DS_Store
.DS_Store?
# Ignore Vert.x cache directories and files
vertx/**/*
.vertx/
**/.vertx/
*.vertx