pulumi/sdk/python/.gitignore
Pat Gavlin 96746ddeab [testing/python] Support gathering coverage data.
Use the `coverage` tool during tests to gather code coverage data and
conditionally write the results under PULUMI_TEST_COVERAGE_PATH.
2021-11-24 10:58:46 -08:00

8 lines
61 B
Plaintext

.idea/
.mypy_cache/
*.pyc
/env/
/*.egg-info
.venv/
.coverage