# Folders
vendor
_obj
_test
_output
.kube
.idea

# Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode

### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/

# cask packages
.cask/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile

# directory configuration
.dir-locals.el

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

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

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

### Vim ###
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim

# Temporary
.netrwhist
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

### VisualStudioCode ###
.vscode/*

# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode

# Build artifacts
/build
test/ansible-operator/ansible-operator
test/helm-operator/helm-operator
images/scorecard-proxy/scorecard-proxy
images/scorecard-test/scorecard-test
images/scorecard-test-kuttl/scorecard-test-kuttl

# Test artifacts
pkg/ansible/runner/testdata/valid.yaml
/bin
test/test-framework/go.sum
internal/scorecard/alpha/examples/custom-scorecard-tests/go.sum

# Website
website/public/
website/resources/
website/node_modules/
website/tech-doc-hugo
