*.egg-info
*.pyc
__pycache__

# Testing
.cache

# Editors
.spyproject
.vscode

# Tox
.tox
# Coverage
htmlcov
.coverage
coverage.xml

# Setup
dist
build

# Misc
notes

# Spec
*.spec

# Specialist
.specialist
