-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (48 loc) · 829 Bytes
/
.gitignore
File metadata and controls
58 lines (48 loc) · 829 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
output.txt
node_modules
dist
.mastra
.env.development
.env
*.db
*.db-*
.cursor/mcp.json
.vscode/
.mcp.json
# Database files at repository root
/mastra.db
/mastra.db-*
/mastra-memory.db
/mastra-memory.db-*
# Conversation and documentation files
full_conversation.txt
Benefits-Cal-Walkthrough.md
/src/generated/prisma
test-results/
test-cases/*-processed.csv
test-cases/*-ci.csv
# FuseBox cache
.fusebox/
# Mastra database files
mastra.db
mastra.db-*
mastra-memory.db
mastra-memory.db-*
# Google Vertex AI
vertex-ai-credentials.json
# Cloudflare Bot Verification Keys
private-key.pem
public-key.pem
public-key.jwk.json
# macOS
.DS_Store
# Editor-specific
.cursor/commands/
# Terraform
**/.terraform/
**/.terraform.lock.hcl
**/terraform.tfstate
**/terraform.tfstate.backup
**/tfplan
terraform/*.tfvars
terraform/*apply.log