# Binaries
/bin/
pulse

# Logs
*.log

# OS files
.DS_Store
Thumbs.db

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

# Go
*.exe
*.dll
*.so
*.dylib
*.test
*.out
vendor/
pulse-test
test-pulse

# Node.js (for frontend-modern)
node_modules/
.npm/
.yarn/
frontend-modern/.vite/

# Environment
.env
.env.local
.env.*.local

# Build outputs
dist/
build/
*.tar.gz
pulse-fixes*.tar.gz

# Claude-specific files
CLAUDE.md
.claude*
claude-*
fix-claude-*
backend

# Release process files
CHANGELOG.md
pulse-release/
pulse-release-staging/
release/

# Development scripts
scripts/backend-watch.sh
temp/
RELEASE_CHECKLIST.md
DOCKER_PUSH_INSTRUCTIONS.md
