*.egg
*.egg-info
*.orig
*.pyc
*.swp

.tox/
build/
__pycache__
.coverage
.cache

.idea/
.vscode/
.pytest_cache/
venv/

dist/
docs/_build

.DS_Store
