# Terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfplan

# Python
.venv/
__pycache__/
*.pyc

# ADK local storage
.adk/

# Environment
.env
