aboutsummaryrefslogtreecommitdiff
path: root/python/.gitignore
blob: c3ceb1ca0ab173c1f74ddb1fb1bb9a23a3830fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# linter/tooling cache
.mypy_cache/
.cache/

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

# editor config
.idea/
.vscode/

# virtual environments
.min-venv/
.tox/
.dev-venv/

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