__pycache__/
*.py[cod]
.venv/
node_modules/
.pytest_cache/
.coverage
.coverage.*
# Spike codegen: regenerated by conftest.py on every run.
spikes/**/echo_pb2.py
spikes/**/echo_pb2.pyi
# Next.js build output
.next/
out/
*.tsbuildinfo

# Build artifacts
dist/
coverage.xml

# terraform: state and plugin cache never committed; .terraform.lock.hcl IS.
**/.terraform/
*.tfplan
*.tfstate
*.tfstate.*
