# Temporary build-tools artifacts to be ignored
/.gotmp/
/VERSION.txt
.docker_image
/dictionary.dic
/site
/authors.json
/docs/cache
/dist
/.cache
/.ddev
/artifacts
*.DS_Store
nbproject/
.idea
*.orig
*.rej

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

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

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
# Dependency directories
node_modules/
# Environment variables
.env
# Editor directories and files
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
.DS_Store
/.env

# ignore everything in .claude…
.claude/*

# …but keep your config, prompts, commands, hooks, etc.
!.claude/config.yaml
!.claude/settings.json
!.claude/prompts/
!.claude/commands/
!.claude/hooks/
!.claude/*.md

# and still ignore all secrets, caches and logs
.claude/api_key*
.claude/history/
.claude/cache/
.claude/tmp/
.claude/logs/
.claude/*.db

# Task files
# tasks.json
# tasks/ 
/.mcp.json
/.env.example
