# Build artifacts — release zips are tracked. Staging dirs are not.
dist/stage-*/
dist/*.bak
*.bak.zip

# Local session / scratch state
.remember/
.claude/
*.bak
*.bak.*
*.log

# OS metadata
.DS_Store
Thumbs.db
desktop.ini

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Node / front-end toolchain (we don't ship npm builds today)
node_modules/

# WordPress / plugin runtime state that may accidentally land here
nibwp-sandbox/
wp-content/

# Temp + uploads
/tmp/
uploads/

# Playwright MCP test artifacts
.playwright-mcp/
