| 1 | # IDEs |
| 2 | .idea/ |
| 3 | .vscode/ |
| 4 | *.iml |
| 5 | |
| 6 | # OS |
| 7 | .DS_Store |
| 8 | Thumbs.db |
| 9 | |
| 10 | # Logs |
| 11 | *.log |
| 12 | logs/ |
| 13 | |
| 14 | # Java / Maven |
| 15 | target/ |
| 16 | *.class |
| 17 | .mvn/wrapper/maven-wrapper.jar |
| 18 | |
| 19 | # Node / Next.js |
| 20 | node_modules/ |
| 21 | .next/ |
| 22 | out/ |
| 23 | npm-debug.log* |
| 24 | yarn-debug.log* |
| 25 | yarn-error.log* |
| 26 | pnpm-debug.log* |
| 27 | |
| 28 | # Python |
| 29 | __pycache__/ |
| 30 | *.py[cod] |
| 31 | .pytest_cache/ |
| 32 | .ruff_cache/ |
| 33 | .mypy_cache/ |
| 34 | .venv/ |
| 35 | .venv*/ |
| 36 | venv/ |
| 37 | dist/ |
| 38 | build/ |
| 39 | *.egg-info/ |
| 40 | |
| 41 | # Docker / local runtime |
| 42 | .env |
| 43 | .env.* |
| 44 | !.env.example |
| 45 | docker-compose.override.yml |
| 46 | |
| 47 | # Terraform |
| 48 | .terraform/ |
| 49 | *.tfstate |
| 50 | *.tfstate.* |
| 51 | *.tfvars |
| 52 | !*.tfvars.example |
| 53 | crash.log |
| 54 | crash.*.log |
| 55 | override.tf |
| 56 | override.tf.json |
| 57 | *_override.tf |
| 58 | *_override.tf.json |
| 59 | |
| 60 | # Kubernetes / Helm generated output |
| 61 | *.tgz |
| 62 | |
| 63 | # Secrets and certificates |
| 64 | *.pem |
| 65 | *.key |
| 66 | *.pfx |
| 67 | *.p12 |
| 68 | secrets/ |
| 69 | |
| 70 | # Externally supplied IBKR Client Portal Gateway artifacts. |
| 71 | clientportal.gw/ |
| 72 | ibkr-gateway/ |
| 73 | *.zip |
| 74 | |
| 75 | # Local AI coding/runtime artifacts |
| 76 | .codex/ |
| 77 | .poolside/ |
| 78 | .tmp/ |
| 79 | *.tmp |
| 80 | *.bak |
| 81 | *-tag.tmp |
| 82 | .ui-*-image.txt |
| 83 | |
| 84 | # Local secrets |
| 85 | smtp.password |
| 86 | |
| 87 | # Local runtime/debug artifacts |
| 88 | kafka-deployment.txt |
| 89 | services/running-broker-jar-inspect/ |
| 90 | /artifacts/ |