__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.duckdb
*.db
.env
build/
dist/

# terragrunt-generated
**/.terraform/
**/backend.tf
**/provider.tf
*.tfstate
*.tfstate.*
**/.terragrunt-cache/
