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