summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/python/.gitignore
blob: 58ad275666e7954b7d698d41a452369632cb0103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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/