diff options
Diffstat (limited to 'src/pybind/mgr/.gitignore')
-rw-r--r-- | src/pybind/mgr/.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/pybind/mgr/.gitignore b/src/pybind/mgr/.gitignore new file mode 100644 index 000000000..642616e09 --- /dev/null +++ b/src/pybind/mgr/.gitignore @@ -0,0 +1,17 @@ +proxy.conf.json + +# tox related +.coverage* +htmlcov +.tox +coverage.xml +junit*xml +.cache + +# IDE +.vscode +*.egg +.env + +# virtualenv +venv |