# 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
/proficiency

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

# Code coverage profiles and other test artifacts
.cache/
*.out
coverage.*
*.coverprofile
profile.cov

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

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

# env file
.env

# Editor/IDE
# .idea/
# .vscode/
*.txt

# Build artifacts
bin/
dist/

# E2E artifacts
e2e-profiles/
e2e/container-output/
e2e/testserver/testserver
stress.db

# Context files (local planning/notes, not committed)
.context/

# Implementation plans (ephemeral, not committed)
docs/plans/

# Repowise index (local, auto-generated)
.repowise/

# Claude Code local overrides (personal, not shared)
.claude.local.md

# Superpowers process artifacts (plans, specs, reviews — ephemeral)
docs/superpowers/

# Project-local git worktrees
.worktrees/
