# Python
__pycache__/
*.py[cod]
*.egg-info/
.build/
dist/
.env
.venv
.venv*/
pip-wheel-metadata/

# Test/coverage
.pytest_cache/
.coverage*
htmlcov/
.tox/
.mypy_cache/

# IDE
.vscode/
.idea/
