# Python bytecode
*.pyc

# Build directory
build/*
dist/*

# Egg info directory
*.egg-info

# tox + coverage
.tox
.coverage
htmlcov/
