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

# Test binary
*.test

# Output of the go coverage tool
*.out

# Go workspace file
go.work

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

# OS
.DS_Store
Thumbs.db

# Config (contains tokens)
config.yaml

# Git worktrees
.worktrees/
# Workspace (scratch data, cloned repos, analysis)
.workspace/
