# ===== Python =====
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.venv/
venv/
env/
.uv/
.python-version
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# ===== Node.js / TypeScript =====
node_modules/
.pnpm-store/
*.tsbuildinfo
.turbo/
.next/
.nuxt/
out/

# ===== Go =====
*.exe
*.dll
*.dylib
*.test
*.out
vendor/

# ===== Docker =====
*.log

# ===== IDE =====
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# ===== Environment / Secrets =====
.env
.env.*
!.env.example
*.pem
*.key
credentials.json
service-account*.json

# ===== Build artifacts =====
dist/
build/
*.tar.gz
*.zip

# ===== GCP Load Balancer backups =====
infra/gcp/loadbalancer/backups/

# ===== Terraform / IaC =====
.terraform/
*.tfstate
*.tfstate.*
terraform.tfvars

apps/demo/.vite