# macOS
.DS_Store

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

# Node
node_modules/
.next/
out/
*.tsbuildinfo
npm-debug.log*

# Terraform
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.*
crash.log

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

# Output local de desenvolvimento
api/.local-output/

# Artefatos de teste manual
web/modelo-*.csv
scratch/
