forked from awslabs/gen-ai-evaluation-toolkit-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (36 loc) · 823 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (36 loc) · 823 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
# Dependencies
node_modules/
.venv
**/__pycache__
# Per-package lock files (workspace packages use root package-lock.json)
# plugin-gen-* are exempt: they ship their own lock file for self-contained Docker builds
packages/**/package-lock.json
!packages/plugin-gen-*/package-lock.json
# Cache
.nx/installation
.nx/cache
.nx/workspace-data
# Smithy classpath file (machine-specific paths)
classpath.json
# Mise local
mise.local.toml
.mise.local.toml
# Stale build artifacts from removed packages
packages/plugin-eval-sdk/
# Build output
output
# Claude Code
.claude/
# Local planning/scratch notes (not committed)
.scratch/
# Demo scripts (local-only, not committed)
scripts/demo/
# Publish temp files
.npmrc
**/.wheels/
# Generated docs (rebuilt in CI)
docs/sdk/typescript/
site/
# Coverage
coverage.*
.coverage