# Dependencies
node_modules/
.pnp
.pnp.js

# Testing
coverage/

# Next.js
.next/
out/

# Production
build/
dist/

# Misc
.DS_Store
*.pem

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local env files
.env*.local
.env

# Vercel
.vercel

# TypeScript
*.tsbuildinfo
next-env.d.ts

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

# Examples folder - not needed in deployment
Examples/

# Memory bank - project documentation only
# memory-bank/

# Debug viewport log
debug-viewport.log

# Debug logs
_debug/
_debug_history/

# Electron build output
release/
build-output/
installer-output*/

# Update token (sensitive)
update-token.txt

# CorridorKey test environment (cloned repo + model weights)
scripts/corridor-key/CorridorKey/

# Rigging debug logs
logs/

# WizardGenie sub-project
WizardGenie/

# Internal docs (not for public repo)
docs/

# Animation debug logs
docs/anim-debug/
