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

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

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