*.pyc

# Packages
*.egg-info
.eggs
build
dist

# IDE files
.idea
.vscode

# Environment
.venv*

# Testing
.tox
.coverage
