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

# Test binary
*.test

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

# Dependency directories
vendor/
go/

# Go workspace file
go.work

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

# OS
.DS_Store
Thumbs.db

# Config files (might contain tokens)
config.yaml
.dtctl/
.env

# Build artifacts
*.log
.integrationtests.env
completions/

# API specs (copied for reference, not tracked)
.api-spec/

# Snapshot data
snapshot.json

# Nix / direnv local caches
result
result-*
