
*~
*.swp
.DS_Store

_build
__pycache__/
*.html
build
dist
*.egg-info
docs/.ipynb_checkpoints/

.vscode

.pytest_cache
tests/*
!tests/test.py

*.pyc
*.so
venv*

.coverage

.tox
env
.eggs
