# Node
node_modules/
dist/
*.tsbuildinfo
npm-debug.log*

# Go
/gateway/bin/
*.out

# Python
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
build/
.venv/

# Env / secrets — NEVER commit
.env
.env.*
*.pem
*.key
secrets/

# OS / editor
.DS_Store
.idea/
.vscode/
