summaryrefslogblamecommitdiffstats
path: root/python/.gitignore
blob: 272ed223a84ab6e82df06f6277a04c1170f2eb63 (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/