# Binaries
bin/
/pact
*.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
go.work.sum

# Dependency directories
vendor/

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

# OS files
Thumbs.db

# Pact identity files (NEVER commit private keys)
.pact/
*.identity.json

# Demo artifacts
delegation-*.json
revocation-*.json

# Build output
dist/
build/
**/__pycache__/
*.pyc
.pytest_cache/
