# general things to ignore
build/
dist/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~

# pytest
.cache/

# virtualenv
venv/

.ctags
.tags
.TAGS
TAGS
