# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.bin
/chatlog
/chatlog.exe
/chatlog-mac
/chatlog-*

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

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.*
coverage/

# Dependency directories (remove the comment below to include it)
# vendor/

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

# env file
.env
.env.*
!.env.example

# syncthing files
.stfolder

# Added by goreleaser init:
dist/
build/
bin/
release/

# local build/cache dirs
.cache/
.gocache/
.gocache_local/
.gomodcache/
.gopath/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.parcel-cache/
.turbo/
.vite/
node_modules/

# temp/run files
*.pid
*.log
*.tmp
*.temp
tmp/
temp/
logs/

# OS files
.DS_Store
._*
Thumbs.db

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

# Local runtime data and media output
data/
work/
media/
downloads/
chatlog_hook_events.json
semantic_index.db
semantic_index.db-*

# Claude Code temp directories
tmpclaude-*/

# Test files
sns.md
.claude/settings.local.json
