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

# Environment / Secrets
.env
.env.*
!.env.example
*.pem
*.key
*.json
!package.json
!package-lock.json
!tsconfig.json
!postcss.config.json

# GCP credentials
**/sa.json
**/service-account*.json
**/credentials*.json

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

# OS
.DS_Store
Thumbs.db
._*

# Node
node_modules/
.next/
out/
.turbo/
.vercel/
*.tsbuildinfo

# Package manager
pnpm-debug.log*
npm-debug.log*
yarn-error.log*
yarn-debug.log*
.pnpm-store/

# Test / Lint caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
.cache/

# Logs
*.log
.run/
**/.run/
sdk/python/examples/output/

# Docker
*.pid

# Template (reference only, don't push)
template-hr-master/
