-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (25 loc) · 914 Bytes
/
.gitignore
File metadata and controls
30 lines (25 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.idea
bin
/dist
*.iml
.sc/cfg.*.yaml
.welder-out/*
REAL_WORLD_EXAMPLES_MAP.md
# AI Assistant build artifacts
pkg/assistant/embeddings/docs/
pkg/assistant/modes/schemas/
# AI Assistant analysis cache - may contain sensitive project information
.sc/analysis-cache.json
# AI Assistant vectors - ignore large generated files but keep directory structure
pkg/assistant/embeddings/vectors/prebuilt_embeddings_openai.json
pkg/assistant/embeddings/vectors/prebuilt_embeddings_local.json
# Keep .gitkeep and small fallback files
pkg/clouds/pulumi/testdata/secrets/cloudflare-e2e-config.yaml
pkg/clouds/pulumi/testdata/secrets/gcp-e2e-config.yaml
pkg/clouds/pulumi/testdata/secrets/aws-e2e-config.yaml
pkg/clouds/pulumi/testdata/secrets/pulumi-e2e-config.yaml
pkg/clouds/pulumi/testdata/secrets/mongodb-e2e-config.yaml
.sc/stacks/dist/secrets.yaml
pkg/clouds/pulumi/testdata/secrets/docker-creds.yaml
.windsurf
.claude