# OS X / Darwin
.DS_Store*

# Python
*.pyc
*.egg-info*
build/*
dist/*
setup.cfg
setuptools-*.egg

# PyCharm
**/.idea

# Ctags
.ctags
tags

# Virtual environments
.venv
