# OS / Editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo

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

# Dependencies / caches
node_modules/
.pnpm-store/
.packages/

# Local env and secrets
.env
.env.*
*.env
!.env.example

# Tooling / runners
.act/

# Generated artifacts (keep docs tracked; do not ignore docs/ or SMART_TIMELINE.md)
# If you generate temporary previews elsewhere, add them here.

# Smart Doc working directory (temporary runtime artifacts)
tmp/

# macOS metadata
.AppleDouble
.LSOverride
