# Python bytecodes
*.pyc

# Build directory
build/*
dist/*
doc/build/*

# Egg info directory
*.egg-info

# Test coverage file
.coverage
