diff options
| author | staticdev <staticdev-support@protonmail.com> | 2022-12-11 20:39:26 +0100 |
|---|---|---|
| committer | staticdev <staticdev-support@protonmail.com> | 2022-12-11 20:39:26 +0100 |
| commit | 5cb44e20c526ee9d4d5e3968d8c08a5b718ab89d (patch) | |
| tree | 13e3c060503e352a754123740e2501f6755d6c1c /.gitignore | |
| parent | 69ac4b0b6917983128127e020d3785de9136c7d7 (diff) | |
| download | isort-5cb44e20c526ee9d4d5e3968d8c08a5b718ab89d.tar.gz | |
Improve test script
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,7 @@ npm-debug.log # Unit test / coverage reports .coverage .coverage.* +coverage.xml .pytest_cache .tox nosetests.xml @@ -68,6 +69,7 @@ atlassian-ide-plugin.xml pip-selfcheck.json # Python3 Venv Files +.python-version .venv/ pyvenv.cfg |
