refactored: to utilise the google adk and production grade agent
Some checks failed
validation / verify (push) Failing after 10s
Some checks failed
validation / verify (push) Failing after 10s
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Environment variables
|
||||
.env
|
||||
*.env
|
||||
|
||||
# Local SQLite databases
|
||||
*.db
|
||||
gcp_agent_local.db
|
||||
|
||||
# Python & pytest caches
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Virtual Environments
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# Terraform local state & caches
|
||||
.terraform/
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
tfplan
|
||||
|
||||
# Container logs & temp files
|
||||
*.log
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user