# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/

# Node.js
node_modules/
.next/
out/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Environment
.env
.env.local
.env.*.local

# OS
.DS_Store
Thumbs.db
nul

# Claude Code
.claude/

# Testing
.pytest_cache/
.coverage
htmlcov/
.nyc_output/

# Data collector pipeline DB (71MB+)
data/prd_pipeline.db

# Word temp/lock files
~$*

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfvars
