# Vim swap files
*.swp

**/third_party/VENDOR-LICENSE/LICENSE
**/third_party/VENDOR-LICENSE/vendor/golang.org/x/
**/third_party/VENDOR-LICENSE/golang.org/x/

**/.idea/

**/.vscode/

**/.DS_Store

# Generated by CI
/**/gha-creds*.json

# Generated openapi schemas
/proto/**/*.swagger.json
/proto/**/*.swagger.yaml

# SQLite
*.db

# Local dev
**/.ko.yaml.orig
**/.ko.yaml.tmp

# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json
