Skip to content

Commit 63cb5e7

Browse files
committed
initial sdk commit via speakeasy
1 parent d543ba7 commit 63cb5e7

File tree

583 files changed

+42092
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

583 files changed

+42092
-4
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This allows generated code to be indexed correctly
2+
*.py linguist-generated=false

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
venv/
2+
src/*.egg-info/
3+
__pycache__/
4+
.pytest_cache/
5+
.python-version
6+
.DS_Store
7+
pyrightconfig.json

0 commit comments

Comments
 (0)