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

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

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

# Kubernetes Generated files - skip generated files, except for vendored files

!vendor/**/zz_generated.*

# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
.vscode
.envrc
!vendor/**/.envrc
.env
.DS_Store

.kube
/kubeconfig
.docker

# ignore util binaries
/contrib/cleanzones/cleanzones
/contrib/cleanzones-azure/cleanzones-azure
/contrib/cleanroles/cleanroles
/contrib/admission-tracer/admission-tracer

# SNYK CLI cache data
.dccache

# Mocked interface generate through mockgen
*_mock.go

# Claude Code working directory
.work/
.claude/worktrees/

# dev
/dev/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.venv/
venv/
*.egg
