# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib

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

# Output of the go coverage tool
*.out
coverage.html

# Go workspace file
go.work

# Environment files
.env
.env.*
.env.local
.env.*.local
!.env.example
!.env.sample

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Build artifacts
dist/
build/

# Temporary files
tmp/
temp/

# Private keys
*.pem
*.key
!*.key.example

# Docker
docker-compose.override.yml

*.pem

aws-iam-policy-updated.json
.gocache/

# Build binaries
/agent
/api
/worker
/.agent-knowledge/

# Go module cache
.gomodcache-node-guard/
.gocache-node-guard/
.gocache-*/
__pycache__/
*.pyc
