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

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

# Log files
*.log

# Output of the go coverage tool
*.out

# Dependency directories
# vendor/

# Go workspace file
go.work
go.work.sum

# IntelliJ files
.idea/

# Coverage files
cover.out
cover.html

# Local binary folder
bin/

# Local build folder
build/

# Mac OS files
**/.DS_Store

# .ralphy
.ralphy/deferred.json
.ralphy/*.txt

# todo files
.todo
TODO.md

# Project-specific
*.pid
*.pid.lock
*.seed
*.swo
*.swp
*~
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
._*
.eslintcache
.npm
.ralphy/
.vscode/
Thumbs.db
coverage/
ehthumbs.db
node_modules/
pids
temp/
tmp/
ts/docs/

# Scratch/planning docs
.plans/
reports/
PLAN*.md
IMPROVE.md
IMPROVE*.md
REFACTOR.md
REFACTOR*.md
ANALYSIS.md

# Meeting records
.meetings/
