# python
.venv
__pycache__
.pytest_cache

# python build
/build
*.egg-info
dist

# tox
.tox

# vscode
.vscode