# Node / Frontend
node_modules/
dist/
.vite/

# Logs
debug-logs/
*.log

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

# Go build artifacts
*.exe
*.dll
*.so
*.dylib
*.test
*.out

# Local SSH profiles (often contain secrets)
mengyaconnect-backend/data/ssh/*.json

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
