# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Secrets
.env

# iDPaaS runtime
.pipemark/
data/

# OS
.DS_Store

# IDE
.idea/
.vscode/

# Screenshots / Playwright
*.png
*.jpeg
.playwright-mcp/

# CDK
infra/cdk/cdk.out/
infra/cdk/.venv/

# Claude
.claude/
