# ── Go ─────────────────────────────────────────────────────────────────────────
bin/
dist/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
vendor/
go.sum.bak
server/tf-registry

# ── Python ─────────────────────────────────────────────────────────────────────
__pycache__/
*.pyc

# Coverage / profiling
coverage.out
coverage.html
*.prof
*.pprof

# ── Helm ───────────────────────────────────────────────────────────────────────
charts/*.tgz
charts/Chart.lock
charts/charts/

# ── Kubernetes / secrets ───────────────────────────────────────────────────────
*secret*.yaml
*secret*.yml
*secrets*.yaml
*secrets*.yml
kubeconfig
secrets/
kubeconfig.*
*.kubeconfig
.kube/

# ── GPG / crypto keys ──────────────────────────────────────────────────────────
*.asc
*.gpg
*.pgp
*.pem
*.key
*.p12
*.pfx
server/gpg/
registrykeys/*.key
private_key*

# ── Build artefacts ────────────────────────────────────────────────────────────
artifacts/
build/output/
*.har
HAR/

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

# ── OS ─────────────────────────────────────────────────────────────────────────
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
Desktop.ini

# ── Misc ───────────────────────────────────────────────────────────────────────
*.log
*.tmp
.env
.env.*
!.env.example

# ── Temp / backups ────────────────────────────────────────────────────────────
*.bak
*~
Dockerfile.registry-fix
wheel-config.yaml
.kube-*
