frappydemo.PID
log/*
html/*
*.pyc
pid/*

# ide 
.idea

RELEASE-VERSION
build

# Sphinx
doc/_build

# Mac
.DS_Store

# pytest
.cache
.coverage
._*

# jupyter
.ipynb_checkpoints/
*.ipynb

# pyinstaller
dist/
