# Virtualenvwrapper
.project

# Vscode
.vscode/

# Python
__pycache__
nextinspace.egg-info
build/
dist/

# Pytest
.pytest_cache

# Docs
docs/_build

# Coverage
.coverage
coverage.*