32 lines
346 B
Text
32 lines
346 B
Text
# Compiled binaries
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
|
|
# Build output directory
|
|
bin/
|
|
dist/
|
|
|
|
# Test artifacts
|
|
coverage.txt
|
|
|
|
# Go workspace files
|
|
go.work
|
|
|
|
# System metadata
|
|
.DS_Store
|
|
s._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Thumbnail cache
|
|
Thumbs.db
|
|
|
|
# IDE/Editor (VS Code example)
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
*.code-workspace
|