-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 1013 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (42 loc) · 1013 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
# Internal documentation (not for public consumption)
docs/
# Smithy build output (regenerate with: cd spec && smithy build)
spec/build/
# Conformance test runner artifacts
conformance/runner/go/conformance-runner
conformance/runner/ruby/Gemfile.lock
conformance/runner/typescript/node_modules/
# Claude Code session files (except skills, which are committed)
.claude/*
!.claude/skills/
# Ruby SDK build artifacts
ruby/.yardoc/
ruby/doc/
ruby/coverage/
ruby/.bundle/
ruby/vendor/
ruby/pkg/
ruby/*.gem
review-session.md
# Swift SDK build artifacts
swift/.build/
swift/.swiftpm/
swift/Package.resolved
# Python SDK build artifacts
python/.venv/
python/**/__pycache__/
python/**/*.pyc
python/dist/
python/.pytest_cache/
python/.coverage
python/src/*.egg-info/
conformance/runner/python/.venv/
conformance/runner/python/uv.lock
# TypeScript SDK build artifacts
typescript/coverage/
# Kotlin SDK build artifacts
kotlin/.gradle/
kotlin/build/
kotlin/sdk/build/
kotlin/generator/build/
kotlin/conformance/build/