aboutsummaryrefslogtreecommitdiff
path: root/python/.gitignore
blob: c8b0e67fe6c8b58ef19d72f1db6b06b8a21d3ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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/