# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-marketing
dist-ssr
scripts/analysis/output/
scripts/analysis/node_modules/
*.local

# Superpowers brainstorm runtime state & mockups (ephemeral)
.superpowers/

# Ad-hoc screenshots at repo root
/Screenshot*.png

# Local design references (screenshots, source assets)
workspace/references/

# Environment variables
.env
.env.*
!.env.example
functions/.env
functions/.env.*
!functions/.env.example

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.firebase/*.cache

# Hosted-agents spike artifacts (SSH keys, scratch files)
workspace/hosted-agents/aws_test/
*.pem

# Python build/cache
__pycache__/
*.pyc
packages/kalcend-pypi/dist/
