# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Build artifacts
/dist/
/build/
/bin/

# Go
/vendor/

# Test artifacts
*.test
coverage.out
