# Binaries (root-level build outputs from `make build`)
/server
/server-old
/server-new
/poder
/toolbox
/agent
/agent.exe
/mcp-gateway
/sandrpod-tray
/sandrpod-tray.exe
/bin/

# Cross-compiled artifacts
*-linux
*-darwin
*-windows

# Go build cache
*.test
*.out
coverage.out
coverage.html

# Go workspace
go.work
go.work.sum

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
server.log

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environment
.env
.env.local
.env.*.local

# Secrets / credentials
*.pem
*.key
*.crt
credentials.json

# Runtime data (SQLite DB, etc.)
/data/

# Claude Code local settings (contains device hostname, IP, private paths)
.claude/settings.local.json
.claude/worktrees/
