# Node
node_modules/
.pnpm-store/

# Python
.venv/
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/
apps/backend/app/tools/local/

# OS/IDE
.DS_Store
.idea/

# Build artifacts
dist/
build/
coverage/
.coverage

# Env
.env
.env.*

# Terraform
terraform.tfvars
terraform.tfstate
.terraform/
.playwright-mcp/
