*.pyc

# local TODO notes
TODO

# coverage files
*.coverage
htmlcov
cover

# temporary files
*~

# database files
*.sqlite

# virtualenv environments
env*/

# build artifacts from python setup.py build or python setup.py install
build/
dist/
*egg*/
docs/_build

# code editors
.idea/
