summaryrefslogblamecommitdiffstats
path: root/python/.gitignore
blob: 904f324bb11ac71b5091af55bfedb5649d227bc5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                     
     
          




                     
# linter/tooling cache
.mypy_cache/
.cache/

# python packaging
build/
dist/
qemu.egg-info/

# editor config
.idea/
.vscode/

# virtual environments (pipenv et al)
.venv/
.tox/
.dev-venv/

# Coverage.py reports
.coverage
.coverage.*
htmlcov/