.eggs
magics.egg-info
magics/__pycache__
.pytest_cache
.tox
*.pyc
build
dist
*.sublime-workspace
# Ignore local virtual environment
venv/

# Ignore static typing
.pytype


# Docs
docs/build
docs/_build
