#python cache files
*.pyc
__pycache__/

# Ignore version file
mcvqoe/hub/version.py

#ignore egg info
*.egg-info/

#build and dist directories
build/
dist/

# Ignore eggs
.eggs/
.eggs
