# Binaries
bin/
!npm/bin/
dist/
!.rtmx/requirements/DIST/
*.exe
*.exe~
*.dll
*.so
*.dylib
/rtmx
rtmx-*
!.github/workflows/rtmx-*
!docs/assets/rtmx-*

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

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

# Dependency directories
vendor/

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

# OS
.DS_Store
Thumbs.db

# Go workspace file
go.work

# Local configuration
.env
.env.local
*.local.yaml
.claude/
