.env
.env.*
!.env.example
node_modules/
__pycache__/
*.pyc
.pytest_cache/
dist/
*.db
.claude/
.DS_Store

# Terraform
.terraform/
*.tfstate
*.tfstate.*
.terraform.lock.hcl
*.tfvars
!terraform.tfvars.example

# AWS
credentials.json

# SQLite runtime state
*.db-shm
*.db-wal
