# Dependencies
node_modules/

# Build output
dist/

# Serverless
.serverless/

# IDE
.idea/
.vscode/

# Claude local settings (may contain credentials)
.claude/settings.local.json
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Environment
.env
.env.*
!.env.example

# TypeScript incremental
*.tsbuildinfo

# Python
__pycache__/
*.pyc
*.egg-info/

# Next.js
.next/
out/

# AWS Amplify
amplify-builds/

# Benchmark generated datasets
**/benchmarks/benchmark_dataset_*.json
**/benchmarks/benchmark_results_*.json

# Lambda packaging artifacts
**/benchmarks/package/
function.zip

# Terraform
**/.terraform/
*.tfstate
*.tfstate.backup
*.tfplan
**/placeholder.zip
secrets.auto.tfvars
