# Terraform
infrastructure/terraform/.terraform/
infrastructure/terraform/*.tfstate
infrastructure/terraform/*.tfstate.backup
infrastructure/terraform/terraform.tfvars
infrastructure/terraform/terraform.*.tfvars
infrastructure/terraform/*.tfplan
infrastructure/terraform/.terraform.lock.hcl
infrastructure/terraform/terraform.tfstate.d/

# Deployment outputs (generated by infrastructure/scripts/)
infrastructure/outputs/

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

# Environment / secrets
.env
.env.local
.env.*.local
.env.development
.env.production

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

# Testing
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
.e2e_runs/

# Numba
.numba_cache/

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Node
node_modules/

# Claude Code
.claude/settings.local.json
.claude/worktrees/

# Examples
examples/
infrastructure/terraform/terraform.tfvars.example
infrastructure/terraform/terraform.tfvars.example
/runs
/apps/usage-dashboard
/.venv-api312
/.venv-api312b
/.venv-hook312
