# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/

# Node / Next.js
node_modules/
.next/
out/
*.tsbuildinfo

# Local derived bundle state (never committed; excluded from pack)
.oknoll/

# Terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!*.auto.tfvars.example
crash.log

# Environment / secrets
.env
.env.*
!.env.example

# OS / editor
.DS_Store
.idea/
.vscode/
