Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ that explains Eventarc.
* [Publish custom events to a channel-connection as a third-party provider](publish-events/channel-connection)
* Third-party providers
* [Route Checkpoint CloudGuard Security Alerts to Google Cloud with Eventarc](/route-cloudguard-eventarc/)
* Eventarc Agentic Workflows
* [Eventarc Agentic Workflows as seen at Google Cloud Next 2026](/eventarc-agentic-workflows)

-------

Expand Down
20 changes: 20 additions & 0 deletions eventarc-agentic-workflows/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/

# Terraform
*.tfstate
*.tfstate.*
.terraform.tfstate.lock.info
.terraform/
terraform.tfvars

# Tools
.adk/
.docker/
*.evalset.json

# OS
.DS_Store
Loading