summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/dashboard/.gitignore')
-rw-r--r--src/pybind/mgr/dashboard/.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/.gitignore b/src/pybind/mgr/dashboard/.gitignore
new file mode 100644
index 000000000..d457a7db3
--- /dev/null
+++ b/src/pybind/mgr/dashboard/.gitignore
@@ -0,0 +1,15 @@
+.coverage*
+htmlcov
+.tox
+coverage.xml
+junit*xml
+.cache
+ceph.conf
+
+# IDE
+.vscode
+*.egg
+.env
+
+# virtualenv
+venv