# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out
coverage.html

# Dependency directories
vendor/

# Go workspace file
go.work

# IDE files
.idea/
*.swp
*.swo
*~
.vscode/
*.iml

# OS files
.DS_Store
Thumbs.db

# Build artifacts
dist/
build/

# Environment files
.env
.env.local

# Debug files
debug
__debug_bin

# Temporary files
*.tmp
*.bak
*.backup
*.log

# Generated files
*_gen.go
*_mock.go
