# 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
coverage.txt
coverage.xml

# Dependency directories
vendor/

# Go workspace file
go.work

# Build output
/bin/
/dist/
/build/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

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

# Debug files
debug
__debug_bin

# Temporary files
tmp/
temp/
*.tmp

# Log files
*.log

# OS files
Thumbs.db
