# Binaries
# Go build artifacts
bin/
*.exe
*.dll
*.so
*.dylib
*.test
*.out
/dragonscale
/dragonscale-test
cmd/dragonscale/workspace

# DragonScale specific

# DragonScale
.dragonscale/
config.json
sessions/

# Coverage

# Secrets & Config (keep templates, ignore actual secrets)
.env
config/config.json

# Test
coverage.txt
coverage.html

# OS
.DS_Store

# Ralph workspace
ralph/
.ralph/
/tasks/

# IDE / Editors
.vscode/
.cursor/
.idea/

# Added by goreleaser init:
dist/
