__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
coverage.xml

# IDE
.idea/
.vscode/
