# Dependencies
node_modules/

# Build / cache
**/target/
dist/
build/
.turbo/
.next/
*.tsbuildinfo

# Environment
.env
.env.*
!.env.example

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

# Logs
*.log
logs/

# Go
*.exe
*.test
*.out
