aboutsummaryrefslogtreecommitdiff
path: root/python/.gitignore
blob: 4ed144ceac3ed14f51622d3f25195655f6fd6a90 (plain)
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/