# build
dist/

# docs
docs/_build/

# package manager
venv/

# python
__pycache__/

# tests
.pytest_cache/
.coverage

# vim
*.swp
