# virtualenv
env/
env2/
env3*/
.Python
/env

# python
*.pyc
__pycache__/

# C extensions
*.so
*.pyd

# distribution
dist/
*.egg-info/
build
.eggs

# testing
.cache
.pytest_cache

# editor
*.code-workspace
.history
.vscode
.idea

# docs
docs/_build
