summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/.gitignore
blob: d457a7db3933d5b3a761146bf455cc1a94c7b045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.coverage*
htmlcov
.tox
coverage.xml
junit*xml
.cache
ceph.conf

# IDE
.vscode
*.egg
.env

# virtualenv
venv