# Dependencies
node_modules/
.venv/
__pycache__/
*.egg-info/

# Build output
dist/
build/
*.tsbuildinfo
.turbo/
.next/
out/

# Go
workers/agent-daemon/bin/
workers/agent-daemon/agent-daemon

# Env & secrets
.env
.env.*
!.env.example
*.pem
*.key

# Local DenkOps state (SDK emulator)
.denkops_local/
.denkops-data/

# Logs
*.log
logs/

# OS / editor
.DS_Store
.idea/
.vscode/*
!.vscode/extensions.json

# Test / coverage
coverage/
.nyc_output/

# Bun
bun.lockb

# Local stack secrets / runtime
infra/local/.token*
infra/local/control-plane.log
infra/local/letsencrypt/

plugin/plugins/denkops/dist/
plugin/plugins/denkops/skills/
