-
Notifications
You must be signed in to change notification settings - Fork 297
/
.gitignore
60 lines (44 loc) · 1.21 KB
/
.gitignore
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
# Ignore python notebook checkpoints
.ipynb_checkpoints
# Ignore python venv folder
.venv
# Ignore .DS_Store files
.DS_Store
# Ignore build output folders
build/
dist/
# Ignore node_modules folder
node_modules/
# Ignore log files and databases
*.log
*.sql
*.sqlite
# Ignore OS generated files
.DS_Store
.idea
.vscode
.vscode/**
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Ignore python notebook checkpoints
/.ipynb_checkpoints/
# ignore maven builds
**generative-ai-solutions/java-connection/my-app/target
# multimodal
multimodal/rag/data/
multimodal/rag/listings/
multimodal/rag/*.csv
multimodal/rag/LICENSE-CC-BY-4.0.txt
multimodal/rag/listings.json
multimodal/rag/*.tar
multimodal/rag/__pycache__/
# ignore cdk-related directories
agents-and-function-calling/bedrock-agents/agent-blueprint-templates/node_modules
agents-and-function-calling/bedrock-agents/agent-blueprint-templates/dist
agents-and-function-calling/bedrock-agents/agent-blueprint-templates/cdk.out
agents-and-function-calling/bedrock-agents/agent-blueprint-templates/.cdk.staging
agents-and-function-calling/bedrock-agents/agent-blueprint-templates/.package-lock.json
agents-and-function-calling/bedrock-agents/agent-blueprint-templates/yarn.lock