# compiled python files
*.pyc

# swap files
*.swp

# python bytecode files
__pycache__/

# test files
.coverage
.cache/

# Distribution / packaging
develop-eggs/
*.egg-info/
build/
dist/

