# Binaries
bin/
dist/
*.exe
*.exe~
*.dll
*.so
*.so.*
*.dylib

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

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

# Go workspace file
go.work

# Dependency directories
vendor/

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

# Environment files
.env
.env.local

# Temporary files
tmp/
temp/
*.tmp

# Build artifacts
dist/
build/

# Profiling
*.prof
*.pprof

# Docker
docker-compose.override.yml
