# Build output
/dist/
/thane
/openclaw-import
*.exe
*.dll
*.so
*.dylib

# Test binary
*.test

# Output of go coverage
*.out

# Go workspace
go.work
go.work.sum

# AI agent tooling
.claude/

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

# OS
.DS_Store
Thumbs.db

# Local config (may contain secrets)
thane.yaml
thane.local.yaml
*.local.yaml
config.yaml

# Development working directory (site-specific, mirrors ~/Thane/ in production)
/Thane/*
!/Thane/README.md

# Memory database
*.db
*.sqlite
/data/
/db/

# Logs
*.log
logs/

# Legacy build artifacts
thane-darwin-arm64
thane-linux-*
.env
docker-compose.pocket.yml
docker-compose.*.yml

# Instance-specific identity symlinks (Phase 1 memory pooling)
MEMORY.md
SOUL.md
USER.md
TOOLS.md
IDENTITY.md
/memory/
thane-notes/
persona.md
talents/shared-memory.md
.golangci.bck.yml
-e 
# Site-specific talents (personal to each instance)
talents/my-*
