# PyCharm project files
.idea/

# ipython notebook checkpoints
.ipynb_checkpoints/

# virtualenv folder
venv/
venv3/

# Python byte code
*.pyc

# build files
dist/
build/
*.egg-info/

# Vim editor restore files
*.swp
