-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
147 lines (126 loc) · 3.13 KB
/
.gitignore
File metadata and controls
147 lines (126 loc) · 3.13 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Environment files (contain secrets)
.env
.env.*
.env.local
.env.development
.env.production
.env.test
.env.aws
# AWS Configuration files (contain secrets and account IDs)
aws-config*.json
.aws/
deploy-to-aws.sh
# JWT keys and secrets
*jwt*.txt
*jwt*.pem
*.key
*.pem
*secret*
*Secret*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj*
*.sln
*.sw?
# AI Assistant directories (may contain PII or sensitive context)
.cursor/
.claude/
.claude-flow/
.specify/
.kiro/
# Package lock files
package-lock.json
.npmrc
# Temporary and local files
*.local
example_requirements.txt
secrets_del_after.md
# ============================================================================
# SENSITIVE DOCUMENTATION - NEVER COMMIT TO GIT OR DEPLOY TO PRODUCTION
# ============================================================================
# These files contain OAuth callback URLs, AWS account IDs, credentials,
# and deployment information. Keep locally for reference only.
# ============================================================================
# DOCUMENTATION FILES - NEVER COMMIT (Contains OAuth URLs, AWS credentials)
# ============================================================================
# All markdown files except README.md and cloudformation/README.md
*.md
!README.md
!cloudformation/README.md
# PowerShell scripts (contain hardcoded values and OAuth URLs)
scripts/*.ps1
# Shell scripts with sensitive configuration
scripts/*.sh
# TypeScript scripts (contain deployment URLs and configuration)
scripts/*.ts
# Python requirements (not needed for Cloudflare)
requirements_complete.txt
example_requirements.txt
# Architecture diagrams (contain PII and deployment URLs)
architecture_diagram.py
*.gv
agent_builder_architecture*
generated-diagrams/
# Documentation directories (contain OAuth URLs and AWS account IDs)
docs/
specs/
amplify.yml
# Kiro directories (contain sensitive specs and configuration)
.kiro/
.claude/
.claude-flow/
.cursor/
.specify/
# Test files (contain OAuth URLs and configuration details)
tests/
# Current logs and temporary files
current_logs.txt
*.local
*.md
agent_builder_full_architecture_with_api_gateway
agent_builder_complete_infrastructure
.amazonq/agents/default.json
evaluators/diagram_test.py
evaluators/dynamic_mcp.py
evaluators/dynamic_model_selection.py
evaluators/evaluator_workflow.py
evaluators/llm-judge.py
evaluators/structured_eval.py
evaluators/tool_context.py
evaluators/tool_eval.py
langchain_chain.py
mydiagram.py
diagrams/Web Application Architecture..png
evaluators/db_tool.py
ARCHITECTURE_DIAGRAM.txt
OLLAMA_QUICK_SUMMARY.txt
mcp.json
tmp_write_check.txt
agent_builder_complete_infrastructure_updated.png
agent_builder_complete_infrastructure.png
agent_builder_comprehensive_features.png
agent_builder_deployment_flow.png
agent_builder_infrastructure
agent_builder_mcp_servers.png
agent_builder_memory_architecture.png
agent_builder_security.png
agent_builder_registries.png
agent_builder_three_chat_system.png
agent_builder_tier_comparison.png