# Node.js
node_modules/
.next/
dist/
.env
.env.*

# Binaries
bin/
controltower

# Build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib

# Git worktrees (local)
.worktrees/
worktrees/

# TypeScript incremental build info
*.tsbuildinfo

# Test binary
*.test

# Output of the go coverage tool
*.out

# Go workspace file
go.work

# Build cache
.cache/

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

# OS files
.DS_Store
Thumbs.db

# Temporary files
CHANGES_SUMMARY.sh
