mirror of
https://github.com/ivuorinen/cinode-api.git
synced 2026-02-01 12:42:38 +00:00
Added Python client, updated TS typings, readme
This commit is contained in:
23
src/cinode-py-client/.gitignore
vendored
Normal file
23
src/cinode-py-client/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
__pycache__/
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
# JetBrains
|
||||
.idea/
|
||||
|
||||
/coverage.xml
|
||||
/.coverage
|
||||
Reference in New Issue
Block a user