.env
__pycache__/
*.pyc
*.pyo
.venv/
venv/
dist/
build/
*.egg-info/
runs/*.json
.consilium/
.worktrees/

# Terraform — never commit state (it holds secret values) or the local provider cache
infra/.terraform/
*.tfstate
*.tfstate.*
