-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (69 loc) · 2 KB
/
Copy path.gitignore
File metadata and controls
83 lines (69 loc) · 2 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
.DS_Store
**/.DS_Store
.idea
.vscode/
**/opensearchpy_layer/python
**/boto3_layer/python
**/boto3_layer/boto3_lambda_layer.zip
**/strands_layer/python
**/strands_layer/strands_layer.zip
**/node_transcriber_layer/transcriber-layer.zip
.aws-sam
samconfig.toml
.checksum
.commit-hash
.ui-test-checksum
.ui-lint-checksum
.claude/settings.json
# DSR (legacy) — keep historical artifacts; new scans use .srt/
.dsr/*
!.dsr/issues.json
!.dsr/settings.json
!.dsr/feature-security-review-v0.1.0-to-v0.3.2.md
# SRT (https://github.com/aws-samples/sample-security-review-tool)
# Track only the suppression DB; everything else is machine-specific or ephemeral.
.srt/*
!.srt/issues.json
.ash/
# Node
node_modules/
.nvmrc
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
# Auto-generated by setuptools / `pip install -e .` — keep out of source
# control so they don't appear as spurious diffs whenever someone reinstalls
# the local lma-cli / lma-sdk packages.
*.egg-info/
*.egg
# Deprecated QnABot submodule (removed)
submodule-aws-qnabot/
# Load-simulator per-run artifacts (created by `lma load <cmd>` — see
# utilities/load-simulator). Each run produces ./results/<runId>/ with
# machine-specific JSON output, a summary.md, and optionally token
# caches. These are logs, not source code.
results/
**/results/
# VP testing generated .env.local
lma-virtual-participant-stack/backend/.env.local
lma-virtual-participant-stack/backend/dist/
# Docs site build output and generated symlinks (created by setup.sh)
docs-site/.astro/
docs-site/dist/
docs-site/src/content/docs/
!docs-site/src/content/docs/index.mdx
docs-site/src/content/images
docs-site/src/content/lma-ai-stack/
docs-site/public/images
docs-site/public/*.html
# scatch dir
scratch
utilities/load-simulator/examples/bobmeetings.yaml
# Swift package build output. The per-directory .gitignore only helps if git is
# run from that directory; anchor it at the repo root so `git add -A` from
# anywhere (or after a directory rename) can never pick these up again.
**/.build/