# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
backend/coverage.out

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

# OS
.DS_Store
Thumbs.db

# Environment
backend/.env

# Documentation
docs/

# Claude
CLAUDE.md

# Frontend
frontend/node_modules/
frontend/.next/
frontend/out/
