# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

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

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

# Dependency directories
vendor/

# Go workspace file
go.work

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

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

# Build artifacts
dist/
build/
bin/

# Temporary files
tmp/
temp/

# Secrets and keys
*.pem
*.key
*.crt
*.p12
secrets/

# Logs
*.log
logs/

# OS files
Thumbs.db

examples/*/go.mod
examples/*/go.sum
examples/basic/basic
examples/production/production
examples/custom-scopes/custom-scopes
examples/prometheus/prometheus
examples/jwt/jwt

# graphify knowledge graph (regenerable, rebuilt by the post-commit hook)
graphify-out/
