diff options
Diffstat (limited to 'packages/sdk/python/.gitignore')
| -rw-r--r-- | packages/sdk/python/.gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/sdk/python/.gitignore b/packages/sdk/python/.gitignore new file mode 100644 index 000000000..58ad27566 --- /dev/null +++ b/packages/sdk/python/.gitignore @@ -0,0 +1,22 @@ +__pycache__/ +*.py[cod] +*.egg-info/ +.build/ +build/ +dist/ +.coverage +htmlcov/ +.mypy_cache/ +.pytest_cache/ +.ruff_cache/ +.venv/ +.conda/ +.env +.DS_Store +openapi.json +site/ + + +# IDE +.vscode/ +.idea/ |
