bin/
/e2a
*.exe
.env
.DS_Store
config.local.yaml
client_secret_*.json

# Web app
web/node_modules/
web/.next/
web/out/
web/.env.local

# CLI
cli/node_modules/
cli/dist/

# TypeScript SDK
sdks/typescript/node_modules/
sdks/typescript/dist/

# Python SDK
sdks/python/.venv/
sdks/python/__pycache__/
sdks/python/src/*.egg-info/
sdks/python/dist/
sdks/python/.pytest_cache/
*.pyc
.gstack/
