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

# build artifacts
dist/

# pytest
.pytest_cache/
.coverage
htmlcov/

# editor
.vscode/
.idea/
*.swp
