__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.tox/
.coverage
htmlcov/

build/
dist/
*.whl

.venv/
venv/

.idea/
.vscode/
*.swp

.DS_Store
