# Compiled files
__pycache__/
*.pyc

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

# Testing
.tox/

# PyCharm
.idea

# Documentation
docs/_build/