# Go binaries
/go/bin/
/spire-plugins/credentialcomposer/credentialcomposer

# Go
/go/draco
*.exe
*.test
*.out

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

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

# OS
.DS_Store
Thumbs.db

# Cross-language test fixtures (generated)
/testdata/
deploy/rke2/backups/

# Working artifacts (belong in draco-docs, not the code repo)
docs/superpowers/
docs/plans/
e2e-*.md
hello-agent/e2e-report.md

# Deploy-time overlays carry real environment values (hostnames, store/model IDs,
# SPIFFE IDs). Local-only; never committed. The committed draco/ dirs are the
# scrubbed samples (example.draco.local) that these overlays are de-scrubbed from.
deploy/k3s/draco-dev/
deploy/rke2/draco-dev/
